Use Environment to set email
This commit is contained in:
parent
985734f05c
commit
2d0eca7d2f
2 changed files with 2 additions and 2 deletions
1
.env
Normal file
1
.env
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
ADMIN_EMAIL=admin@example.com
|
||||||
|
|
@ -46,5 +46,4 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- reverse_proxy
|
- reverse_proxy
|
||||||
environment:
|
environment:
|
||||||
#- ACME_CA_URI=https://acme-staging-v02.api.letsencrypt.org/directory # test-server
|
- DEFAULT_EMAIL=${ADMIN_EMAIL}
|
||||||
- DEFAULT_EMAIL=admin@uwu.email
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue