From cf3889d8e4b9587f6af7f28e5116cb34009a590a Mon Sep 17 00:00:00 2001 From: Danny Avila <110412045+danny-avila@users.noreply.github.com> Date: Fri, 7 Jul 2023 14:08:01 -0400 Subject: [PATCH] docs: Update docker_install.md with new container URL (#604) --- docs/install/docker_install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/docker_install.md b/docs/install/docker_install.md index 7165d53d80..9f7445cc30 100644 --- a/docs/install/docker_install.md +++ b/docs/install/docker_install.md @@ -85,7 +85,7 @@ To update LibreChat. enter these commands one after the other from the root dir: ```yaml - # 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 ``` - **Note:** The latest Dockerhub image is only updated with new release tags, so it may not have the latest changes to the main branch - You also can't edit the title or toggle google login off as shown above, as these variables are set during build time.