diff --git a/docker-compose.yml b/docker-compose.yml index 46e099e..8972b5b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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