Skip to content

Commit

Permalink
Merge pull request #923 from marc-hg/change_request/add-email-env-to-…
Browse files Browse the repository at this point in the history
…docker-compose-docs

Added DEFAULT_EMAIL env variable to docker-compose docs
  • Loading branch information
buchdag authored Feb 18, 2022
2 parents a858475 + d768527 commit 4b638eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/Docker-Compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ services:
nginx-proxy:
image: nginxproxy/nginx-proxy
container_name: nginx-proxy
environment:
- DEFAULT_EMAIL=mail@yourdomain.tld
ports:
- "80:80"
- "443:443"
Expand Down Expand Up @@ -60,6 +62,8 @@ services:
nginx-proxy:
image: nginx:alpine
container_name: nginx-proxy
environment:
- DEFAULT_EMAIL=mail@yourdomain.tld
ports:
- "80:80"
- "443:443"
Expand Down

0 comments on commit 4b638eb

Please sign in to comment.