Added upgrade steps

This commit is contained in:
Jamie Curnow
2021-03-17 08:56:57 +10:00
parent c9c53d9670
commit b127f02468
3 changed files with 24 additions and 0 deletions

11
docs/upgrading/README.md Normal file
View File

@ -0,0 +1,11 @@
# Upgrading
```bash
docker-compose pull
docker-compose up -d
```
This project will automatically update any databases or other requirements so you don't have to follow
any crazy instructions. These steps above will pull the latest updates and recreate the docker
containers.