mirror of
https://github.com/open-webui/open-webui
synced 2024-11-22 08:07:55 +00:00
Replace OLLAMA_WEBUI_PORT with OPEN_WEBUI_PORT
This commit is contained in:
parent
81eceb48ef
commit
0aad32373b
@ -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 New Issue
Block a user