Skip to content

Commit d768527

Browse files
committed
Added DEFAULT_EMAIL env variable to docker-compose docs
1 parent a858475 commit d768527

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/Docker-Compose.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ services:
2121
nginx-proxy:
2222
image: nginxproxy/nginx-proxy
2323
container_name: nginx-proxy
24+
environment:
25+
- DEFAULT_EMAIL=mail@yourdomain.tld
2426
ports:
2527
- "80:80"
2628
- "443:443"
@@ -60,6 +62,8 @@ services:
6062
nginx-proxy:
6163
image: nginx:alpine
6264
container_name: nginx-proxy
65+
environment:
66+
- DEFAULT_EMAIL=mail@yourdomain.tld
6367
ports:
6468
- "80:80"
6569
- "443:443"

0 commit comments

Comments
 (0)