mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-22 16:13:20 +01:00
coturn: expose ENABLE_HTTPS_PROXY env variable
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.
This commit is contained in:
parent
0dd3d9a0bc
commit
681f880669
@ -337,6 +337,8 @@ services:
|
||||
{{end}}
|
||||
- ./mod/coturn/entrypoint.sh:/usr/local/bin/docker-entrypoint.sh
|
||||
- ./mod/coturn/turnserver.conf:/etc/coturn/turnserver.conf
|
||||
environment:
|
||||
ENABLE_HTTPS_PROXY:
|
||||
network_mode: host
|
||||
{{end}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user