Compare commits

..

No commits in common. "b6546f3ab00ffa8ab39631a76644c718f4fafe6d" and "a7daa3b9f33cf266218a04c41f4c45af1c7e5207" have entirely different histories.

View file

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