Skip to content

Commit

Permalink
docs: fix in Traefik Hub example - curl is not installed in the docke…
Browse files Browse the repository at this point in the history
…r image
  • Loading branch information
gander authored Sep 23, 2024
1 parent fb42dfa commit 7098d8f
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", "curl", "-f", "https://localhost/healthz"]
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:80/healthz"]
timeout: 5s
retries: 5
start_period: 60s
Expand Down

0 comments on commit 7098d8f

Please sign in to comment.