Merge pull request #903 from bannert1337/patch-1

Replace OLLAMA_WEBUI_PORT with OPEN_WEBUI_PORT
This commit is contained in:
Timothy Jaeryang Baek 2024-02-25 13:50:46 -05:00 committed by GitHub
commit 6676f0b469
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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='