diff --git a/docker-compose.yml b/docker-compose.yml index dba0f6b..85bf138 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,6 +16,7 @@ services: - "host.docker.internal:host-gateway" environment: - HOST=0.0.0.0 + - PORT=3080 - MONGO_URI=mongodb://mongodb:27017/LibreChat - MEILI_HOST=http://meilisearch:7700 - RAG_PORT=${RAG_PORT:-8000}