added update info

This commit is contained in:
Nicolas Constant 2020-12-29 20:19:06 -05:00 committed by GitHub
parent 633caad92f
commit ecc3df29f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -137,3 +137,16 @@ sudo ufw status
```
You should now have an up and running BirdsiteLIVE instance!
## Upgrading
Make sure your data belong outside the containers before migrating (set by default).
To upgrade your installation to the latest release:
```
# Edit `docker-compose.yml` to update the version, if you have one specified
# Pull new images
docker-compose pull
# Start a new container, automatically removes old one
docker-compose up -d
```