Skip to content

Commit

Permalink
Fix for #1046 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
bures authored Jun 8, 2021
1 parent 1939af0 commit ac389ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ WITH_ZONE_MTA=${WITH_ZONE_MTA:-'true'}
POOL_NAME=${POOL_NAME:-$(hostname)}
LOG_LEVEL=${LOG_LEVEL:-'info'}
ADMIN_PASSWORD=${ADMIN_PASSWORD:-'test'}
ADMIN_ACCESS_TOKEN=${ADMIN_PASSWORD:-''}
ADMIN_ACCESS_TOKEN=${ADMIN_ACCESS_TOKEN:-''}

# Warning for users that already rely on the MAILTRAIN_SETTING variable
# Can probably be removed in the future.
Expand Down

0 comments on commit ac389ea

Please sign in to comment.