Use the built image on repository instead of the local one

This commit is contained in:
Daniele Viti 2023-12-24 13:47:25 +01:00
parent 017825e437
commit e2688dc2b1

View file

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