mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-21 20:12:33 +03:00
Changed env from EMAIL_FROM to EMAIL_FROM_ADDRESS
This commit is contained in:
parent
cf55d4f105
commit
4d6c4c0351
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ services:
|
||||||
network_mode: host
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
- SENDGRID_API_KEY
|
- SENDGRID_API_KEY
|
||||||
- EMAIL_FROM
|
- EMAIL_FROM_ADDRESS
|
||||||
- EMAIL_FROM_NAME
|
- EMAIL_FROM_NAME
|
||||||
- SESSION_SECRET
|
- SESSION_SECRET
|
||||||
- WGUI_USERNAME=alpha
|
- WGUI_USERNAME=alpha
|
||||||
|
|
Loading…
Add table
Reference in a new issue