From 83e1bbe8cdea547d30231abab4043ac1ec9e3ef2 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 92db83b..ed96355 100755 --- a/start.sh +++ b/start.sh @@ -101,7 +101,7 @@ ${LSMB_MAIL_SMTPHOST:+smtphost=$LSMB_MAIL_SMTPHOST } [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