mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-02-03 03:19:24 +01:00
fix wrong default presentation mounting path #82
This commit is contained in:
parent
2c5150ea73
commit
bc91600e50
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user