Fallback value for unspecified DEFAULT_PRESENTATION

This commit is contained in:
chandi 2020-05-22 15:35:28 +02:00 committed by GitHub
parent 8ff6bed787
commit 352b2bf512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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