"vscode:/vscode.git/clone" did not exist on "bacd846638fdebeb066d0dca80d3877c93e24bad"
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:
depends_on:
- ollama
ports:
- ${OLLAMA_WEBUI_PORT-3000}:8080
- ${OPEN_WEBUI_PORT-3000}:8080
environment:
- 'OLLAMA_API_BASE_URL=http://ollama:11434/api'
- '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