Compare commits
No commits in common. "b6546f3ab00ffa8ab39631a76644c718f4fafe6d" and "a7daa3b9f33cf266218a04c41f4c45af1c7e5207" have entirely different histories.
b6546f3ab0
...
a7daa3b9f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue