Skip to content

Commit 4ffe295

Browse files
committed
Fixes #597: speedtest container healtcheck failing.
1 parent fd4a29c commit 4ffe295

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/docker-compose.yml.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ services:
9696
speedtest:
9797
image: miguelndecarvalho/speedtest-exporter:latest
9898
restart: always
99+
healthcheck:
100+
test: "wget --no-verbose --tries=1 --spider http://0.0.0.0:9798/"
101+
timeout: 10s
99102
expose:
100103
- 9798
101104
ports:

0 commit comments

Comments
 (0)