Skip to content

Commit b34b246

Browse files
committed
Fix the health example
Signed-off-by: David Gageot <[email protected]>
1 parent 83111d6 commit b34b246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/health/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ services:
1616
volumes:
1717
- /var/run/docker.sock:/var/run/docker.sock
1818
healthcheck:
19-
test: wget http://localhost:9011/health
19+
test: wget -O- http://localhost:9011/health
2020
interval: 1s
21-
timeout: 10s
21+
timeout: 2s
2222
retries: 60
2323
start_period: 2s

0 commit comments

Comments
 (0)