mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-01-12 16:58:13 +01:00
Merge pull request #143 from mghadam/patch-2
updated wget to not use proxies
This commit is contained in:
commit
fe56c0a6d1
@ -44,7 +44,7 @@ services:
|
||||
depends_on:
|
||||
- redis
|
||||
healthcheck:
|
||||
test: wget --no-verbose --tries=1 --spider http://10.7.7.2:8090/bigbluebutton/api || exit 1
|
||||
test: wget --no-proxy --no-verbose --tries=1 --spider http://10.7.7.2:8090/bigbluebutton/api || exit 1
|
||||
start_period: 2m
|
||||
environment:
|
||||
DEV_MODE: ${DEV_MODE:-}
|
||||
|
Loading…
Reference in New Issue
Block a user