From 1979f705414a66b37dc4eef5897d17319bcdc134 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Fri, 17 Sep 2021 23:03:40 +0200 Subject: [PATCH] Set the reverse proxy address to the default Docker address range --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 9cd6ea7..245d0dd 100755 --- a/start.sh +++ b/start.sh @@ -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