Skip to content

Commit 12fa7f4

Browse files
committed
Put http_proxy first
1 parent e269299 commit 12fa7f4

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
@@ -235,7 +235,7 @@ services:
235235
# Manually override any http_proxy envvar that might be set, because
236236
# this wget does not support no_proxy. See:
237237
# https://github.com/getsentry/self-hosted/issues/1537
238-
"http_proxy='' HTTP_PROXY='' wget -nv -t1 --spider 'http://localhost:8123/' || exit 1",
238+
"HTTP_PROXY='' http_proxy='' wget -nv -t1 --spider 'http://localhost:8123/' || exit 1",
239239
]
240240
interval: 10s
241241
timeout: 10s

0 commit comments

Comments
 (0)