Skip to content

Commit

Permalink
feat: update compose file to automatically tagged gh container image (d…
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila committed Jun 27, 2023
1 parent 83eea48 commit 8f68551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8f68551

Please sign in to comment.