Commit e2688dc2 authored by Daniele Viti's avatar Daniele Viti
Browse files

Use the built image on repository instead of the local one

parent 017825e4
...@@ -16,7 +16,7 @@ services: ...@@ -16,7 +16,7 @@ services:
args: args:
OLLAMA_API_BASE_URL: '/ollama/api' OLLAMA_API_BASE_URL: '/ollama/api'
dockerfile: Dockerfile dockerfile: Dockerfile
image: ollama-webui:latest image: ghcr.io/ollama-webui/ollama-webui:main
container_name: ollama-webui container_name: ollama-webui
depends_on: depends_on:
- ollama - ollama
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment