forked from extern/docker
added upgrade instructions
This commit is contained in:
parent
95fdc1f664
commit
9bf85e3faf
19
README.md
19
README.md
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user