From 94192f16ed448a95fff6e846cf652c726fc57ae1 Mon Sep 17 00:00:00 2001 From: carsten Date: Mon, 2 Mar 2026 16:21:38 +0000 Subject: [PATCH] Add compose.yml --- compose.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 compose.yml diff --git a/compose.yml b/compose.yml new file mode 100644 index 0000000..3084e87 --- /dev/null +++ b/compose.yml @@ -0,0 +1,11 @@ +services: + uptime-kuma: + image: louislam/uptime-kuma:1 + container_name: uptime-kuma + volumes: + - /datadisk/docker/uptime-kuma/data:/app/data + ports: + - 3001:3001 + restart: unless-stopped + security_opt: + - no-new-privileges:true \ No newline at end of file