Skip to content

Commit

Permalink
Update docs/hub/traefik.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kévin Dunglas <[email protected]>
  • Loading branch information
gander and dunglas authored Sep 23, 2024
1 parent 7098d8f commit e972b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hub/traefik.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e972b21

Please sign in to comment.