Skip to content

Commit

Permalink
Revert "🐋 refactor(docker-compose): use "HOST" in ports field (dann…
Browse files Browse the repository at this point in the history
…y-avila#2654)"

This reverts commit df6183d.
  • Loading branch information
danny-avila committed May 13, 2024
1 parent df6183d commit 4ffc141
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 @@ -7,7 +7,7 @@ services:
api:
container_name: LibreChat
ports:
- "${HOST}:${PORT}:${PORT}"
- "${PORT}:${PORT}"
depends_on:
- mongodb
- rag_api
Expand Down

0 comments on commit 4ffc141

Please sign in to comment.