1
0
Fork 0

Merge pull request #946 from RodrigoTomeES/patch-1

docs: moved DEFAULT_EMAIL env to acme-companion
This commit is contained in:
Nicolas Duchon 2022-04-12 18:30:39 +02:00 committed by GitHub
commit b9627aa786
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: