computer-playbook/roles/docker-bigbluebutton/readme.md

12 lines
466 B
Markdown
Raw Normal View History

2022-12-02 12:57:15 +01:00
# docker bigbluebutton
2022-12-02 21:18:55 +01:00
## cleanup
```bash
docker-compose down;
docker volume rm bigbluebutton_bigbluebutton bigbluebutton_html5-static bigbluebutton_vol-freeswitch bigbluebutton_vol-kurento bigbluebutton_vol-mediasoup
```
2022-12-02 12:57:15 +01:00
## Further information
- https://github.com/bigbluebutton/docker
2022-12-02 21:18:55 +01:00
- https://docs.bigbluebutton.org/greenlight/gl-install.html#setting-bigbluebutton-credentials
2022-12-02 12:57:15 +01:00
- https://goneuland.de/big-blue-button-mit-docker-und-traefik-installieren/