mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-22 16:13:20 +01:00
Fallback value for unspecified DEFAULT_PRESENTATION
This commit is contained in:
parent
8ff6bed787
commit
352b2bf512
@ -46,7 +46,7 @@ services:
|
||||
- bigbluebutton:/var/bigbluebutton
|
||||
- ./mod/nginx/bbb:/etc/nginx/bbb
|
||||
- ./mod/nginx/bigbluebutton:/etc/nginx/conf.d/default.conf
|
||||
- ${DEFAULT_PRESENTATION}:/etc/nginx/html/default.pdf
|
||||
- ${DEFAULT_PRESENTATION:-/dev/null}:/etc/nginx/html/default.pdf
|
||||
networks:
|
||||
- bbb-net
|
||||
extra_hosts:
|
||||
|
Loading…
Reference in New Issue
Block a user