add docker volume
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user