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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user