mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-20 03:38:53 +02:00
Merge pull request #145 from clandmeter/proxy-fix
https_proxy: fix setting of ALLOWED_DOMAINS
This commit is contained in:
commit
8948356d1f
@ -311,10 +311,10 @@ services:
|
|||||||
- ./mod/https/site-ipv4only.conf:/etc/nginx/conf.d/bbb-docker.conf
|
- ./mod/https/site-ipv4only.conf:/etc/nginx/conf.d/bbb-docker.conf
|
||||||
{{end}}
|
{{end}}
|
||||||
environment:
|
environment:
|
||||||
{{ if not .Env.DEV_MODE }}
|
{{ if isTrue .Env.DEV_MODE }}
|
||||||
ALLOWED_DOMAINS: ${DOMAIN}
|
|
||||||
{{else}}
|
|
||||||
ALLOWED_DOMAINS: ""
|
ALLOWED_DOMAINS: ""
|
||||||
|
{{else}}
|
||||||
|
ALLOWED_DOMAINS: ${DOMAIN}
|
||||||
{{end}}
|
{{end}}
|
||||||
network_mode: host
|
network_mode: host
|
||||||
{{end}}
|
{{end}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user