[doc] add upgrade instructions

This commit is contained in:
les
2019-09-26 16:56:28 +02:00
parent 80b4561931
commit edebbd5b8d
2 changed files with 17 additions and 3 deletions

View File

@@ -82,3 +82,11 @@ docker-compose logs
1. Point your web browser to [http://localhost:13120](http://localhost:13120) or where you specified during setup and enjoy :tada:
1. You can edit `config.json` file and restart the container on your needs, see [Configuration](/config) for more details.
## Upgrade
```bash
cd /opt/gancio
docker-compose up -d --no-deps --build
```