docs: Update docker_install.md with new container URL (#604)

This commit is contained in:
Danny Avila 2023-07-07 14:08:01 -04:00 committed by GitHub
parent 6efb5bd88e
commit cf3889d8e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.