Skip to content

Commit 2bc9f75

Browse files
committed
force disable http_proxy for health check
1 parent 7d3d19a commit 2bc9f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ services:
211211
test:
212212
[
213213
"CMD-SHELL",
214-
"wget -nv -t1 --spider 'http://localhost:8123/' || exit 1",
214+
"http_proxy='' wget -nv -t1 --spider 'http://localhost:8123/' || exit 1",
215215
]
216216
interval: 3s
217217
timeout: 600s

0 commit comments

Comments
 (0)