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:
|
||||
- reverse_proxy
|
||||
environment:
|
||||
#- ACME_CA_URI=https://acme-staging-v02.api.letsencrypt.org/directory # test-server
|
||||
- DEFAULT_EMAIL=admin@uwu.email
|
||||
- DEFAULT_EMAIL=${ADMIN_EMAIL}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue