diff --git a/docker-compose.yml b/docker-compose.yml index c76ea62..5b8288c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -80,7 +80,7 @@ services: - "traefik.http.routers.dashboard.service=api@internal" - "traefik.http.routers.dashboard.entrypoints=web" healthcheck: - test: ["CMD", "traefik", "healthcheck"] + test: ["CMD-SHELL", "wget -qO- http://localhost:8080/ping || exit 1"] interval: 30s timeout: 5s retries: 3