Skip to content

Commit 4b638eb

Browse files
authored
Merge pull request #923 from marc-hg/change_request/add-email-env-to-docker-compose-docs
Added DEFAULT_EMAIL env variable to docker-compose docs
2 parents a858475 + d768527 commit 4b638eb

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)