From 7e895129b5f261975a253c7a2a9f20d95c2ff5f8 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Sat, 4 May 2024 15:45:48 +0000 Subject: [PATCH] Update AI/docker-compose.yml --- AI/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AI/docker-compose.yml b/AI/docker-compose.yml index 9d908f4..3c28704 100644 --- a/AI/docker-compose.yml +++ b/AI/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.8" services: ollama: - image: ollama/ollama@sha256:4b11fdc55cec0a227f3f3ba9b8910940f892f98252141c97ed3bc4b45507d08d + image: docker.mafyuh.xyz/ollama/ollama@sha256:4b11fdc55cec0a227f3f3ba9b8910940f892f98252141c97ed3bc4b45507d08d container_name: ollama restart: unless-stopped volumes: @@ -29,7 +29,7 @@ services: - host.docker.internal:host-gateway mindsdb: - image: mindsdb/mindsdb@sha256:23b125a5caad536e8af3c9eaed5028609ab8dab55e7d27bdcd91532fb1c4e177 + image: docker.mafyuh.xyz/mindsdb/mindsdb@sha256:23b125a5caad536e8af3c9eaed5028609ab8dab55e7d27bdcd91532fb1c4e177 container_name: mindsdb ports: - 47334:47334