add docker volume
This commit is contained in:
@@ -22,6 +22,7 @@ services:
|
|||||||
- "traefik.http.routers.uptime-kuma.middlewares=uptime-security"
|
- "traefik.http.routers.uptime-kuma.middlewares=uptime-security"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "curl -f http://localhost:3001 || exit 1"]
|
test: ["CMD-SHELL", "curl -f http://localhost:3001 || exit 1"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|||||||
Reference in New Issue
Block a user