mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-18 14:17:12 -04:00
Fix bad interaction between IPv6, Bookworm, Starman and Docker
This commit is contained in:
parent
096350ad7b
commit
93c7b4c77e
2
start.sh
2
start.sh
@ -135,6 +135,6 @@ echo '--------- LEDGERSMB CONFIGURATION --- END'
|
|||||||
|
|
||||||
# ':5762:' suppresses an uninitialized variable warning in starman
|
# ':5762:' suppresses an uninitialized variable warning in starman
|
||||||
# the last colon means "don't connect using tls"; without it, there's a warning
|
# 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 \
|
-I lib -I old/lib \
|
||||||
--preload-app bin/ledgersmb-server.psgi
|
--preload-app bin/ledgersmb-server.psgi
|
||||||
|
Loading…
Reference in New Issue
Block a user