added SMTP_FROM option
This commit is contained in:
@@ -19,6 +19,7 @@ services:
|
||||
SMTP_USER: ${SMTP_USER:-}
|
||||
SMTP_PASS: ${SMTP_PASS:-}
|
||||
SMTP_SENDER_NAME: ${SMTP_SENDER_NAME:-MulliganMates}
|
||||
SMTP_FROM: ${SMTP_FROM}
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.mulliganmates.rule=Host(`${APP_DOMAIN}`)"
|
||||
|
||||
Reference in New Issue
Block a user