added upgrade instructions

This commit is contained in:
chandi 2020-05-05 10:22:30 +02:00
parent 95fdc1f664
commit 9bf85e3faf

View File

@ -62,7 +62,26 @@ Specific to your linux distribution. Use a search engine of your choice. ;)
### Ports ### Ports
Also don't forget to forward all necassary ports listed in http://docs.bigbluebutton.org/2.2/configure-firewall.html Also don't forget to forward all necassary ports listed in http://docs.bigbluebutton.org/2.2/configure-firewall.html
## Upgrading
```bash
cd bbb-docker
# pull repo changes
git pull
# update bbb-webrtc-sfu
git submodule update --remote
# rebuild images
docker-compose build --no-cache
# restart services
docker-compose restart
```
## Open Tasks ## Open Tasks
- add support for recording - add support for recording
- add coturn support
- further separate bbb-core into individual container - further separate bbb-core into individual container