From 148081a05995a2ad51d54753e5b58d30a82eb3d6 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 7 Feb 2026 18:41:23 +0000 Subject: [PATCH] Update AI_Containers/ollama/compose.yaml --- AI_Containers/ollama/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AI_Containers/ollama/compose.yaml b/AI_Containers/ollama/compose.yaml index c18fffe..ca7c547 100644 --- a/AI_Containers/ollama/compose.yaml +++ b/AI_Containers/ollama/compose.yaml @@ -5,7 +5,7 @@ services: ports: - "11434:11434" volumes: - - /srv/docker/ollama:/root/ollama + - /srv/docker/ollama:/root/.ollama networks: - ollama restart: unless-stopped