From 93c7b4c77e654ef4c011d309efa1440bc0edc3c6 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sat, 30 Sep 2023 22:56:40 +0200 Subject: [PATCH] Fix bad interaction between IPv6, Bookworm, Starman and Docker --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 387b7bc..df9fb4b 100755 --- a/start.sh +++ b/start.sh @@ -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