Add compose.yml

This commit is contained in:
2026-03-02 16:21:38 +00:00
parent 90db9b9421
commit 94192f16ed

11
compose.yml Normal file
View File

@@ -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