mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00
build(docker-compose.yml): change the image name to librechat (#530)
fix(docker-compose.yml): add target node to build command
This commit is contained in:
parent
f1f33de4db
commit
4f47da8f0d
1 changed files with 4 additions and 4 deletions
|
@ -19,10 +19,10 @@ services:
|
|||
- 3080:3080 # Change it to 9000:3080 to use nginx
|
||||
depends_on:
|
||||
- mongodb
|
||||
image: node # Comment this & uncomment below to build from docker hub image
|
||||
build:
|
||||
context: .
|
||||
target: node
|
||||
image: librechat # Comment this & uncomment below to build from docker hub image
|
||||
build: # ^------
|
||||
context: . # ^------
|
||||
target: node # ^------v
|
||||
# image: chatgptclone/app:latest # Uncomment this & comment above to build from docker hub image
|
||||
restart: always
|
||||
extra_hosts: # if you are running APIs on docker you need access to, you will need to uncomment this line and next
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue