mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-22 20:42:04 +01:00
docs: moved DEFAULT_EMAIL env to acme-companion
https://github.com/nginx-proxy/acme-companion#step-2---acme-companion
This commit is contained in:
parent
38fdd400b3
commit
26e1b4b382
@ -21,8 +21,6 @@ services:
|
||||
nginx-proxy:
|
||||
image: nginxproxy/nginx-proxy
|
||||
container_name: nginx-proxy
|
||||
environment:
|
||||
- DEFAULT_EMAIL=mail@yourdomain.tld
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
@ -37,6 +35,8 @@ services:
|
||||
acme-companion:
|
||||
image: nginxproxy/acme-companion
|
||||
container_name: nginx-proxy-acme
|
||||
environment:
|
||||
- DEFAULT_EMAIL=mail@yourdomain.tld
|
||||
volumes_from:
|
||||
- nginx-proxy
|
||||
volumes:
|
||||
@ -62,8 +62,6 @@ services:
|
||||
nginx-proxy:
|
||||
image: nginx:alpine
|
||||
container_name: nginx-proxy
|
||||
environment:
|
||||
- DEFAULT_EMAIL=mail@yourdomain.tld
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
@ -90,6 +88,8 @@ services:
|
||||
acme-companion:
|
||||
image: nginxproxy/acme-companion
|
||||
container_name: nginx-proxy-acme
|
||||
environment:
|
||||
- DEFAULT_EMAIL=mail@yourdomain.tld
|
||||
volumes_from:
|
||||
- nginx-proxy
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user