mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-25 17:15:37 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user