From e972b210e16d51ec3f808eb5372ee3970a0c7076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20G=C4=85sowski?= Date: Mon, 23 Sep 2024 14:01:33 +0200 Subject: [PATCH] Update docs/hub/traefik.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kévin Dunglas --- docs/hub/traefik.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub/traefik.md b/docs/hub/traefik.md index 3c823f9f..c468c24c 100644 --- a/docs/hub/traefik.md +++ b/docs/hub/traefik.md @@ -32,7 +32,7 @@ services: # Enables the development mode, comment the following line to run the hub in prod mode command: /usr/bin/caddy run --config /etc/caddy/dev.Caddyfile healthcheck: - test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:80/healthz"] + test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost/healthz"] timeout: 5s retries: 5 start_period: 60s