fix wrong default presentation mounting path #82

This commit is contained in:
chandi 2021-04-17 18:28:00 +02:00
parent 2c5150ea73
commit bc91600e50

View File

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