bigbluebutton / docker

Docker files for BigBlueButton
GNU Lesser General Public License v3.0
360 stars 242 forks source link

updated wget to not use proxies #143

Closed mghadam closed 2 years ago

mghadam commented 2 years ago

Unfortunately, docker-compose does not respect noProxy hosts defined in ~/.docker/config.json or /etc/systemd/system/docker.service.d/http-proxy.conf and always uses proxy for healthcheck which causes problems. Resolved this by updating wget to not use proxies when checking for bbb-web health.

alangecker commented 2 years ago

looks good! thanks for the PR :)