Prevent external service localhost question (#497)

* Prevent external service localhost question

* add 0.0.0.0 to docker-invalid URL

* clarify hint
This commit is contained in:
Timothy Carambat
2023-12-28 10:47:02 -08:00
committed by GitHub
parent e0a0a8976d
commit d7481671ba
3 changed files with 20 additions and 7 deletions

View File

@@ -83,6 +83,7 @@ RUN cd ./server && npx prisma migrate deploy --schema=./prisma/schema.prisma
# Setup the environment
ENV NODE_ENV=production
ENV ANYTHING_LLM_RUNTIME=docker
# Expose the server port
EXPOSE 3001