Update nginx-certbot-docker-compose.yml
parent
f6a5c79af2
commit
329ce8f97d
|
|
@ -9,6 +9,7 @@ services:
|
|||
- ./data/nginx:/etc/nginx/conf.d
|
||||
- ./data/certbot/conf:/etc/letsencrypt
|
||||
- ./data/certbot/www:/var/www/certbot
|
||||
- ./data/nginx/webapp:/var/www/
|
||||
certbot:
|
||||
image: certbot/certbot
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue