add ACME CA URI
This commit is contained in:
parent
9929ad7129
commit
37465ef569
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ services:
|
|||
environment:
|
||||
- DEFAULT_EMAIL=${LETSENCRYPT_EMAIL}
|
||||
- NGINX_PROXY_CONTAINER=nginx-proxy
|
||||
- ACME_CA_URI=https://acme-staging-v02.api.letsencrypt.org/directory
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- ${ROOT_INSTALL}/data/nginx-proxy/conf.d:/etc/nginx/conf.d
|
||||
|
|
Loading…
Add table
Reference in a new issue