Merge pull request #146 from clandmeter/coturn-fix

coturn: expose ENABLE_HTTPS_PROXY env variable
This commit is contained in:
chandi 2021-10-05 14:34:53 +02:00 committed by GitHub
commit 426511a459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}}