From ad04f5a3b3a8c5e48ccd6f10525d3bed2bddbb9f Mon Sep 17 00:00:00 2001 From: lesion Date: Mon, 8 Aug 2022 00:16:01 +0200 Subject: [PATCH] update docker documentation --- docs/install/docker.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/install/docker.md b/docs/install/docker.md index ea93e8f2..02d80f91 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -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 ```