"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "0ae8d17931d8ffe0ee0933c25b8acb733356ef2a"
Unverified Commit 6676f0b4 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #903 from bannert1337/patch-1

Replace OLLAMA_WEBUI_PORT with OPEN_WEBUI_PORT
parents 81eceb48 0aad3237
...@@ -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