diff --git a/Uptime-Kuma/Docker-Compose.yml b/Uptime-Kuma/Docker-Compose.yml new file mode 100644 index 0000000..5ac1b42 --- /dev/null +++ b/Uptime-Kuma/Docker-Compose.yml @@ -0,0 +1,10 @@ +services: + uptime-kuma: + image: louislam/uptime-kuma:latest + container_name: uptime-kuma + volumes: + - /srv/docker/uptime-kuma:/app/data + - /var/run/docker.sock:/var/run/docker.sock + ports: + - 5008:3001 + restart: unless-stopped \ No newline at end of file