diff --git a/docker-compose.yml b/docker-compose.yml index 51f80cc1..4b766df0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,7 @@ services: start_period: 10s ollama: - image: ollama/ollama:0.13.5@sha256:2c9595c555fd70a28363489ac03bd5bf9e7c5bdf2890373c3a830ffd7252ce6d + image: ollama/ollama:0.14.1@sha256:ab381bda4be8e04790e32551fac37f209fe0bb12ab49ba4b7c32d0f0800cf4c3 container_name: ollama ports: - "11434:11434" @@ -34,7 +34,7 @@ services: restart: unless-stopped ollama-init: - image: ollama/ollama:0.13.5@sha256:2c9595c555fd70a28363489ac03bd5bf9e7c5bdf2890373c3a830ffd7252ce6d + image: ollama/ollama:0.14.1@sha256:ab381bda4be8e04790e32551fac37f209fe0bb12ab49ba4b7c32d0f0800cf4c3 container_name: ollama-init environment: - OLLAMA_HOST=http://ollama:11434