fix: Add librechat_default as external network in docker-compose
Removes need for manual docker network connect after each rebuild. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
367ea56b34
commit
dea8207620
1 changed files with 8 additions and 0 deletions
|
|
@ -9,3 +9,11 @@ services:
|
|||
- .env
|
||||
environment:
|
||||
- PORT=3001
|
||||
networks:
|
||||
- default
|
||||
- librechat
|
||||
|
||||
networks:
|
||||
librechat:
|
||||
external: true
|
||||
name: librechat_default
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue