Set the reverse proxy address to the default Docker address range

This commit is contained in:
Erik Huelsmann 2021-09-17 23:03:40 +02:00
parent 5a7ec0a2ed
commit 6593d58698

View File

@ -86,7 +86,7 @@ ${LSMB_MAIL_SMTPHOST:+smtphost=$LSMB_MAIL_SMTPHOST
}${LSMB_MAIL_SMTPAUTHMECH:+smtpauthmech=$LSMB_MAIL_SMTPAUTHMECH
}
[proxy]
ip=${PROXY_IP:-172.17.0.1/16}
ip=${PROXY_IP:-172.17.0.1/12}
EOF
export LSMB_CONFIG_FILE='/tmp/ledgersmb.conf'
fi