From 6ddc8da10d0e11bc44ea31979a23a3fa33fa5a3d 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 0530a8d..d7c0322 100755 --- a/start.sh +++ b/start.sh @@ -17,7 +17,7 @@ default_db = $DEFAULT_DB sendmail = /usr/sbin/ssmtp [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