"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "d00cc58511516bc97dcde3b4ed5ab1639efcb9fb"
Unverified Commit 0aad3237 authored by bannert's avatar bannert Committed by GitHub
Browse files

Replace OLLAMA_WEBUI_PORT with OPEN_WEBUI_PORT

parent 81eceb48
...@@ -23,7 +23,7 @@ services: ...@@ -23,7 +23,7 @@ services:
depends_on: depends_on:
- ollama - ollama
ports: ports:
- ${OLLAMA_WEBUI_PORT-3000}:8080 - ${OPEN_WEBUI_PORT-3000}:8080
environment: environment:
- 'OLLAMA_API_BASE_URL=http://ollama:11434/api' - 'OLLAMA_API_BASE_URL=http://ollama:11434/api'
- 'WEBUI_SECRET_KEY=' - 'WEBUI_SECRET_KEY='
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment