Skip to content

Commit

Permalink
host
Browse files Browse the repository at this point in the history
  • Loading branch information
HammadB committed Apr 30, 2024
1 parent 1fa9223 commit 806a270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get update --fix-missing && apt-get install -y curl && \
chmod +x /docker_entrypoint.sh && \
rm -rf /var/lib/apt/lists/*

ENV CHROMA_HOST_ADDR "localhost"
ENV CHROMA_HOST_ADDR "0.0.0.0"
ENV CHROMA_HOST_PORT 8000
ENV CHROMA_WORKERS 1
ENV CHROMA_LOG_CONFIG "chromadb/log_config.yml"
Expand Down

0 comments on commit 806a270

Please sign in to comment.