Commit afdf2661 authored by j1yak's avatar j1yak Committed by Shao Yu-Lung (Allen)

fix certbot (#1666)

parent a1af01b1
...@@ -575,7 +575,7 @@ services: ...@@ -575,7 +575,7 @@ services:
context: ./certbot context: ./certbot
volumes: volumes:
- ./data/certbot/certs/:/var/certs - ./data/certbot/certs/:/var/certs
- ./certbot/letsencrypt/:${APP_CODE_PATH_CONTAINER}/letsencrypt - ./certbot/letsencrypt/:/var/www/letsencrypt
environment: environment:
- CN="fake.domain.com" - CN="fake.domain.com"
- EMAIL="fake.email@gmail.com" - EMAIL="fake.email@gmail.com"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment