forked from open-webui/open-webui
Replace OLLAMA_WEBUI_PORT with OPEN_WEBUI_PORT
This commit is contained in:
parent
81eceb48ef
commit
0aad32373b
1 changed files with 1 additions and 1 deletions
|
@ -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='
|
||||
|
|
Loading…
Reference in a new issue