From 352b2bf512101e05466c2d979096a64ce1f87700 Mon Sep 17 00:00:00 2001 From: chandi Date: Fri, 22 May 2020 15:35:28 +0200 Subject: [PATCH] Fallback value for unspecified DEFAULT_PRESENTATION --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b9b41a7..2a869ec 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: