fix md..
This commit is contained in:
parent
dfd5e0f9db
commit
fb9e89a017
1 changed files with 26 additions and 20 deletions
|
@ -43,20 +43,26 @@ https://github.com/Neilpang/letsproxy
|
||||||
|
|
||||||
aggiunti nel docker.compose.yml
|
aggiunti nel docker.compose.yml
|
||||||
- l'APIkey di gandi nell'environment di letsproxy
|
- l'APIkey di gandi nell'environment di letsproxy
|
||||||
|
|
||||||
GANDI_LIVEDNS_KEY=
|
GANDI_LIVEDNS_KEY=
|
||||||
|
|
||||||
- le conf nell'environment di gancio
|
- le conf nell'environment di gancio
|
||||||
|
|
||||||
VIRTUAL_HOST=www.campiinrete.org
|
VIRTUAL_HOST=www.campiinrete.org
|
||||||
ENABLE_ACME=true
|
ENABLE_ACME=true
|
||||||
|
|
||||||
|
|
||||||
# Start gancio
|
# Start gancio
|
||||||
1. Create network
|
1. Create network
|
||||||
|
|
||||||
docker network create gancio_network
|
docker network create gancio_network
|
||||||
|
|
||||||
2. Run your container
|
2. Run your container
|
||||||
|
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
|
||||||
3. Look at logs with
|
3. Look at logs with
|
||||||
|
|
||||||
docker-compose logs -f
|
docker-compose logs -f
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue