update docker documentation

This commit is contained in:
lesion 2022-08-08 00:16:01 +02:00
parent 171d96843a
commit ad04f5a3b3
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -31,11 +31,6 @@ DB=sqlite
wget {{site.url}}/docker/$DB/docker-compose.yml
```
Build docker image
```bash
docker-compose build
```
## Start gancio
Start your container:
@ -60,6 +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
wget https://gancio.org/docker/Dockerfile -O Dockerfile
docker-compose up -d --no-deps --build
```