From dfd5e0f9db4240015714a17cd03c2b51e2e498a3 Mon Sep 17 00:00:00 2001 From: blat Date: Thu, 1 Oct 2020 12:18:53 +0200 Subject: [PATCH] fix md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 79cf22f..9e2be53 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Gancio https://gancio.org - ## Initial setup https://gancio.org/install/docker @@ -43,21 +42,21 @@ La risposta di gandi su come generare certificati SSL con Let's Encrypt https://github.com/Neilpang/letsproxy aggiunti nel docker.compose.yml -- l'APIkey di gandi nell'environment di letsproxy +- l'APIkey di gandi nell'environment di letsproxy GANDI_LIVEDNS_KEY= -- le conf nell'environment di gancio - VIRTUAL_HOST=www.campiinrete.org +- le conf nell'environment di gancio + VIRTUAL_HOST=www.campiinrete.org ENABLE_ACME=true # Start gancio -1. Create network +1. Create network docker network create gancio_network -2. Run your container +2. Run your container docker-compose up -d -3. Look at logs with +3. Look at logs with docker-compose logs -f