update docker docs

This commit is contained in:
lesion
2022-08-14 15:51:05 +02:00
parent 6612c95ee0
commit 2a1adcc956
2 changed files with 6 additions and 4 deletions

View File

@@ -55,5 +55,5 @@ You'll need to [setup nginx as a proxy]({% link install/nginx.md %}) then you ca
```bash
cd /opt/gancio # or where your installation is
docker-compose up -d --no-deps --build
docker-compose pull && docker-compose restart
```