Replace OLLAMA_WEBUI_PORT with OPEN_WEBUI_PORT

This commit is contained in:
bannert 2024-02-25 13:49:04 +01:00 committed by GitHub
parent 81eceb48ef
commit 0aad32373b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ services:
depends_on: depends_on:
- ollama - ollama
ports: ports:
- ${OLLAMA_WEBUI_PORT-3000}:8080 - ${OPEN_WEBUI_PORT-3000}:8080
environment: environment:
- 'OLLAMA_API_BASE_URL=http://ollama:11434/api' - 'OLLAMA_API_BASE_URL=http://ollama:11434/api'
- 'WEBUI_SECRET_KEY=' - 'WEBUI_SECRET_KEY='