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:
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