mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-22 08:03:19 +01:00
10 lines
170 B
YAML
10 lines
170 B
YAML
version: '3.6'
|
|
|
|
services:
|
|
demo:
|
|
build: mod/demo
|
|
environment:
|
|
DOMAIN: ${DOMAIN}
|
|
SHARED_SECRET: ${SHARED_SECRET}
|
|
ports:
|
|
- 10.7.7.1:8001:8080 |