From 4f47da8f0dd90abaf200f99c339467e9904a6552 Mon Sep 17 00:00:00 2001 From: Danny Avila <110412045+danny-avila@users.noreply.github.com> Date: Sat, 17 Jun 2023 16:41:22 -0400 Subject: [PATCH] build(docker-compose.yml): change the image name to librechat (#530) fix(docker-compose.yml): add target node to build command --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d59659b93..7ca24dcc5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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