From bc91600e50f03fa8c21ea8a08071f267707ebea8 Mon Sep 17 00:00:00 2001 From: chandi Date: Sat, 17 Apr 2021 18:28:00 +0200 Subject: [PATCH] fix wrong default presentation mounting path #82 --- docker-compose.tmpl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.tmpl.yml b/docker-compose.tmpl.yml index a5cdc29..83b8d2f 100644 --- a/docker-compose.tmpl.yml +++ b/docker-compose.tmpl.yml @@ -126,7 +126,7 @@ services: volumes: - bigbluebutton:/var/bigbluebutton - html5-static:/html5-static:ro - - ${DEFAULT_PRESENTATION:-/dev/null}:/etc/nginx/html/default.pdf + - ${DEFAULT_PRESENTATION:-/dev/null}:/www/default.pdf network_mode: host extra_hosts: - "host.docker.internal:10.7.7.1"