From 2d2f795d1c4eee4319e13c9f294412f5e4e9b5b9 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 7 Feb 2026 18:28:51 +0000 Subject: [PATCH] Update AI_Containers/ollama/compose.yaml --- AI_Containers/ollama/compose.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AI_Containers/ollama/compose.yaml b/AI_Containers/ollama/compose.yaml index 7d089b6..1aef185 100644 --- a/AI_Containers/ollama/compose.yaml +++ b/AI_Containers/ollama/compose.yaml @@ -6,10 +6,9 @@ services: - "11434:11434" volumes: - /srv/docker/ollama:/root/ollama - networks: + networks: - ollama restart: unless-stopped - networks: ollama: driver: bridge \ No newline at end of file