You are here

docker-compose.yml in BigBlueButton 8

File

docker-compose.yml
View source
  1. version: "3.7"
  2. services:
  3. big_blue_buttton:
  4. image: bigbluebutton/bigbluebutton
  5. environment:
  6. - VIRTUAL_HOST=localhost
  7. - VIRTUAL_PORT=80
  8. ports:
  9. - "8888:80/tcp"
  10. - "1935:1935"
  11. - "3478:3478"
  12. - "3478:3478/udp"
  13. command: "-h localhost"