From 6424515d5913ba0f626546cf9be4e237a07bc3bd Mon Sep 17 00:00:00 2001 From: john Date: Thu, 27 Nov 2025 23:55:26 +0000 Subject: [PATCH] Upload files to "uptime-kuma" --- uptime-kuma/docker-compose.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 uptime-kuma/docker-compose.yml diff --git a/uptime-kuma/docker-compose.yml b/uptime-kuma/docker-compose.yml new file mode 100644 index 0000000..4c8ebf4 --- /dev/null +++ b/uptime-kuma/docker-compose.yml @@ -0,0 +1,11 @@ +services: + uptime-kuma: + image: louislam/uptime-kuma:1 + container_name: uptime-kuma + restart: always + ports: + - "3010:3001" + volumes: + - /mnt/disk/docker/uptime-kuma:/app/data + - /var/run/docker.sock:/var/run/docker.sock +