Skip to content

Commit

Permalink
Fixes #597: speedtest container healtcheck failing.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Aug 18, 2024
1 parent fd4a29c commit 4ffe295
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ services:
speedtest:
image: miguelndecarvalho/speedtest-exporter:latest
restart: always
healthcheck:
test: "wget --no-verbose --tries=1 --spider http://0.0.0.0:9798/"
timeout: 10s
expose:
- 9798
ports:
Expand Down

0 comments on commit 4ffe295

Please sign in to comment.