librechat: listen on 0.0.0.0 #49
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue