浏览代码

Use the built image on repository instead of the local one

Daniele Viti 1 年之前
父节点
当前提交
e2688dc2b1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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