From 8f6855116d38af50b2fc3c7b3035f61eb3c9ecc5 Mon Sep 17 00:00:00 2001 From: Danny Avila <110412045+danny-avila@users.noreply.github.com> Date: Tue, 27 Jun 2023 09:44:51 -0400 Subject: [PATCH] feat: update compose file to automatically tagged gh container image (#559) --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index cf47d0aca..8f6879057 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -23,7 +23,7 @@ services: build: # ^------ context: . # ^------ target: node # ^------v - # image: chatgptclone/app:latest # Uncomment this & comment above to build from docker hub image + # image: ghcr.io/danny-avila/librechat: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 - "host.docker.internal:host-gateway"