mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-13 16:36:43 +02:00
fix wrong default presentation mounting path #82
This commit is contained in:
parent
2c5150ea73
commit
bc91600e50
@ -126,7 +126,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- bigbluebutton:/var/bigbluebutton
|
- bigbluebutton:/var/bigbluebutton
|
||||||
- html5-static:/html5-static:ro
|
- html5-static:/html5-static:ro
|
||||||
- ${DEFAULT_PRESENTATION:-/dev/null}:/etc/nginx/html/default.pdf
|
- ${DEFAULT_PRESENTATION:-/dev/null}:/www/default.pdf
|
||||||
network_mode: host
|
network_mode: host
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:10.7.7.1"
|
- "host.docker.internal:10.7.7.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user