add docker volume

This commit is contained in:
theo
2025-12-29 01:01:30 +01:00
parent b2104f26fa
commit 7df4500df6

View File

@@ -22,6 +22,7 @@ services:
- "traefik.http.routers.uptime-kuma.middlewares=uptime-security"
volumes:
- ./data:/app/data
- /var/run/docker.sock:/var/run/docker.sock
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:3001 || exit 1"]
interval: 30s