Fix bad interaction between IPv6, Bookworm, Starman and Docker

This commit is contained in:
Erik Huelsmann 2023-09-30 22:56:40 +02:00
parent 096350ad7b
commit 93c7b4c77e

View File

@ -135,6 +135,6 @@ echo '--------- LEDGERSMB CONFIGURATION --- END'
# ':5762:' suppresses an uninitialized variable warning in starman
# the last colon means "don't connect using tls"; without it, there's a warning
exec starman --listen :5762: --workers ${LSMB_WORKERS:-5} \
exec starman --listen 0.0.0.0:5762 --workers ${LSMB_WORKERS:-5} \
-I lib -I old/lib \
--preload-app bin/ledgersmb-server.psgi