mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 14:45:38 +00:00
ghost: ability to provide a custom mail name
This commit is contained in:
@ -15,6 +15,8 @@ ENV GHOST_NODE_VERSION_CHECK=false \
|
||||
SMTP_PASS=12345 \
|
||||
SMTP_USER=user \
|
||||
SMTP_PORT=666 \
|
||||
SMTP_SENDER_MAIL=user@domain.tld \
|
||||
SMTP_SENDER_NAME=Ghost \
|
||||
ENABLE_ISSO=False \
|
||||
ISSO_HOST=isso.domain.tld \
|
||||
ISSO_AVATAR=false \
|
||||
|
Reference in New Issue
Block a user