diff --git a/docker-compose.dokploy.yml b/docker-compose.dokploy.yml index b32db91..1a21eb3 100644 --- a/docker-compose.dokploy.yml +++ b/docker-compose.dokploy.yml @@ -148,16 +148,11 @@ services: - dokploy-network - photobooth-network healthcheck: - test: ["CMD", "wget", "-qO-", "http://127.0.0.1:8080/health"] - interval: 30s - timeout: 5s - retries: 5 - start_period: 10s - healthcheck: - test: ["CMD", "nc", "-z", "localhost", "21"] + test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8080/health >/dev/null 2>&1 && nc -z localhost 21"] interval: 30s timeout: 10s retries: 5 + start_period: 10s restart: unless-stopped queue: