We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e269299 commit 12fa7f4Copy full SHA for 12fa7f4
docker-compose.yml
@@ -235,7 +235,7 @@ services:
235
# Manually override any http_proxy envvar that might be set, because
236
# this wget does not support no_proxy. See:
237
# https://github.com/getsentry/self-hosted/issues/1537
238
- "http_proxy='' HTTP_PROXY='' wget -nv -t1 --spider 'http://localhost:8123/' || exit 1",
+ "HTTP_PROXY='' http_proxy='' wget -nv -t1 --spider 'http://localhost:8123/' || exit 1",
239
]
240
interval: 10s
241
timeout: 10s
0 commit comments