Merge pull request 'librechat: listen on 0.0.0.0' (#49) from develop into release-25.11
All checks were successful
Deploy docs / build-and-deploy (push) Successful in 6s

Reviewed-on: #49
This commit is contained in:
sid 2026-05-19 21:25:47 +02:00
commit b6546f3ab0

View file

@ -337,7 +337,7 @@ in
"librechat_logs:/app/logs:rw" "librechat_logs:/app/logs:rw"
]; ];
ports = [ ports = [
"127.0.0.1:${toString cfg.port}:${toString cfg.port}/tcp" "0.0.0.0:${toString cfg.port}:${toString cfg.port}/tcp"
]; ];
dependsOn = [ dependsOn = [
"librechat-mongodb" "librechat-mongodb"