Compare commits
2 commits
a7daa3b9f3
...
b6546f3ab0
| Author | SHA1 | Date | |
|---|---|---|---|
| b6546f3ab0 | |||
| 0fc3d4da92 |
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue