added debug hints

This commit is contained in:
Kevin Veen-Birkenbach 2023-04-02 21:10:44 +02:00
parent 1a51e8c734
commit c309284737

View File

@ -1,7 +1,7 @@
# docker bigbluebutton # docker bigbluebutton
Role to deploy [BigBlueButton](https://bigbluebutton.org/). Role to deploy [BigBlueButton](https://bigbluebutton.org/).
## naintance ## maintanace
### cleanup ### cleanup
```bash ```bash
@ -14,8 +14,11 @@ Role to deploy [BigBlueButton](https://bigbluebutton.org/).
watch -n 2 "docker ps -a | grep bigbluebutton" watch -n 2 "docker ps -a | grep bigbluebutton"
``` ```
## Further information ## further information
- https://github.com/bigbluebutton/docker - https://github.com/bigbluebutton/docker
- https://docs.bigbluebutton.org/greenlight/gl-install.html#setting-bigbluebutton-credentials - https://docs.bigbluebutton.org/greenlight/gl-install.html#setting-bigbluebutton-credentials
- https://goneuland.de/big-blue-button-mit-docker-und-traefik-installieren/ - https://goneuland.de/big-blue-button-mit-docker-und-traefik-installieren/
- https://github.com/docker/compose/issues/4799 - https://github.com/docker/compose/issues/4799
- https://www.cyberciti.biz/faq/linux-command-to-remove-virtual-interfaces-or-network-aliases/
- https://www.cyberciti.biz/faq/linux-restart-network-interface/
- https://stackoverflow.com/questions/53347951/docker-network-not-found