librechat: listen on 0.0.0.0
All checks were successful
Build tests / build-hosts (pull_request) Successful in 23s
Flake check / flake-check (pull_request) Successful in 24s

This commit is contained in:
sid 2026-05-19 21:25:29 +02:00
parent dd7fea5711
commit 0fc3d4da92

View file

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