fix certbot (#1666)

This commit is contained in:
j1yak 2018-11-22 01:09:48 +01:00 committed by Shao Yu-Lung (Allen)
parent a1af01b137
commit afdf2661bd

View File

@ -575,7 +575,7 @@ services:
context: ./certbot
volumes:
- ./data/certbot/certs/:/var/certs
- ./certbot/letsencrypt/:${APP_CODE_PATH_CONTAINER}/letsencrypt
- ./certbot/letsencrypt/:/var/www/letsencrypt
environment:
- CN="fake.domain.com"
- EMAIL="fake.email@gmail.com"