bigbluebutton / docker

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

coturn: expose ENABLE_HTTPS_PROXY env variable #146

Closed clandmeter closed 2 years ago

clandmeter commented 2 years ago

The coturn entrypoint checks if ENABLE_HTTPS_PROXY is set but it was not added the the compose environment stanza so it was never set in the container.

alangecker commented 2 years ago

didn't knew, that you can simply specify the key, but apparently it works :D https://docs.docker.com/compose/compose-file/compose-file-v3/#environment thanks for the contribution!