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 690fac08be
commit 83e1bbe8cd

View File

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