Aggiorna README.md
This commit is contained in:
parent
56b2573ce8
commit
83fb960e9a
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /home/nvme/dockerdata/nginx/html:/usr/share/nginx/html:ro
|
- /home/nvme/dockerdata/nginx/html:/usr/share/nginx/html:ro
|
||||||
- /home/nvme/dockerdata/nginx:/etc/nginx1 #da modificare senza l'1 dopo aver copiato tutto
|
- /home/nvme/dockerdata/nginx:/etc/nginx #da modificare senza l'1 dopo aver copiato tutto
|
||||||
|
- /etc/letsencrypt:/etc/nginx/ssl
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
|
|
Loading…
Reference in a new issue