This commit is contained in:
lesion
2022-05-10 16:51:27 +02:00
parent 67377f2090
commit a19b9ad577
3 changed files with 2 additions and 102 deletions

View File

@@ -65,7 +65,7 @@ You'll need to [setup nginx as a proxy]({% link install/nginx.md %}) then you ca
```bash
cd /opt/gancio
cd /opt/gancio # or where your installation is
wget https://gancio.org/docker/Dockerfile -O Dockerfile
docker-compose up -d --no-deps --build
```