mirror of
https://github.com/ollama/ollama.git
synced 2025-07-13 00:47:22 +02:00
update Dockerfile
to use OLLAMA_HOST
This commit is contained in:
@ -13,4 +13,5 @@ ARG GROUP=ollama
|
||||
RUN addgroup -g 1000 $GROUP && adduser -u 1000 -DG $GROUP $USER
|
||||
USER $USER:$GROUP
|
||||
ENTRYPOINT ["/bin/ollama"]
|
||||
ENV OLLAMA_HOST 0.0.0.0
|
||||
CMD ["serve"]
|
||||
|
Reference in New Issue
Block a user