Browse Source

Replace OLLAMA_WEBUI_PORT with OPEN_WEBUI_PORT

bannert 1 year ago
parent
commit
0aad32373b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-compose.yaml

+ 1 - 1
docker-compose.yaml

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