mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-24 14:01:38 +02:00
fix for upgrading instructions
This commit is contained in:
parent
9bf85e3faf
commit
0fca1359f6
@ -74,10 +74,13 @@ git pull
|
|||||||
git submodule update --remote
|
git submodule update --remote
|
||||||
|
|
||||||
# rebuild images
|
# rebuild images
|
||||||
docker-compose build --no-cache
|
docker-compose build --pull --no-cache
|
||||||
|
|
||||||
# restart services
|
# recreate updated services
|
||||||
docker-compose restart
|
docker-compose up -d
|
||||||
|
|
||||||
|
# Missing:
|
||||||
|
# greenlight & https image updates
|
||||||
```
|
```
|
||||||
|
|
||||||
## Open Tasks
|
## Open Tasks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user