diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..ffbae33 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,10 @@ +version: '3.1' + +services: + + app: + image: louislam/uptime-kuma:1 + container_name: uptime-kuma + restart: always + volumes: + - /home/docker/data/uptime-kuma:/app/data \ No newline at end of file