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 b46592f2cb
commit 6ddc8da10d

View File

@ -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