From c30928473760902ed573abc8168cd49f6fad9f5d Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Sun, 2 Apr 2023 21:10:44 +0200 Subject: [PATCH] added debug hints --- roles/docker-bigbluebutton/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/roles/docker-bigbluebutton/README.md b/roles/docker-bigbluebutton/README.md index b945e797..3bfa7091 100644 --- a/roles/docker-bigbluebutton/README.md +++ b/roles/docker-bigbluebutton/README.md @@ -1,7 +1,7 @@ # docker bigbluebutton Role to deploy [BigBlueButton](https://bigbluebutton.org/). -## naintance +## maintanace ### cleanup ```bash @@ -14,8 +14,11 @@ Role to deploy [BigBlueButton](https://bigbluebutton.org/). watch -n 2 "docker ps -a | grep bigbluebutton" ``` -## Further information +## further information - https://github.com/bigbluebutton/docker - https://docs.bigbluebutton.org/greenlight/gl-install.html#setting-bigbluebutton-credentials - https://goneuland.de/big-blue-button-mit-docker-und-traefik-installieren/ -- https://github.com/docker/compose/issues/4799 \ No newline at end of file +- 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 \ No newline at end of file