Browse Source

Use the built image on repository instead of the local one

Daniele Viti 1 year ago
parent
commit
e2688dc2b1
1 changed files with 1 additions and 1 deletions
  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