diff --git a/docker-compose.yml b/docker-compose.yml index cf47d0aca4..8f68790575 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"