Skip to content

Commit b9627aa

Browse files
authored
Merge pull request #946 from RodrigoTomeES/patch-1
docs: moved DEFAULT_EMAIL env to acme-companion
2 parents 38fdd40 + 26e1b4b commit b9627aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Docker-Compose.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ services:
2121
nginx-proxy:
2222
image: nginxproxy/nginx-proxy
2323
container_name: nginx-proxy
24-
environment:
25-
- DEFAULT_EMAIL=mail@yourdomain.tld
2624
ports:
2725
- "80:80"
2826
- "443:443"
@@ -37,6 +35,8 @@ services:
3735
acme-companion:
3836
image: nginxproxy/acme-companion
3937
container_name: nginx-proxy-acme
38+
environment:
39+
- DEFAULT_EMAIL=mail@yourdomain.tld
4040
volumes_from:
4141
- nginx-proxy
4242
volumes:
@@ -62,8 +62,6 @@ services:
6262
nginx-proxy:
6363
image: nginx:alpine
6464
container_name: nginx-proxy
65-
environment:
66-
- DEFAULT_EMAIL=mail@yourdomain.tld
6765
ports:
6866
- "80:80"
6967
- "443:443"
@@ -90,6 +88,8 @@ services:
9088
acme-companion:
9189
image: nginxproxy/acme-companion
9290
container_name: nginx-proxy-acme
91+
environment:
92+
- DEFAULT_EMAIL=mail@yourdomain.tld
9393
volumes_from:
9494
- nginx-proxy
9595
volumes:

0 commit comments

Comments
 (0)