Pārlūkot izejas kodu

Use the built image on repository instead of the local one

Daniele Viti 1 gadu atpakaļ
vecāks
revīzija
e2688dc2b1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docker-compose.yaml

+ 1 - 1
docker-compose.yaml

@@ -16,7 +16,7 @@ services:
       args:
         OLLAMA_API_BASE_URL: '/ollama/api'
       dockerfile: Dockerfile
-    image: ollama-webui:latest
+    image: ghcr.io/ollama-webui/ollama-webui:main
     container_name: ollama-webui
     depends_on:
       - ollama