From 711e7df07fba1b926fd9c3b01651c9e662c78650 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 7 Feb 2026 18:31:37 +0000 Subject: [PATCH] Update AI_Containers/ollama/compose.yaml --- AI_Containers/ollama/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AI_Containers/ollama/compose.yaml b/AI_Containers/ollama/compose.yaml index 1aef185..818f930 100644 --- a/AI_Containers/ollama/compose.yaml +++ b/AI_Containers/ollama/compose.yaml @@ -7,8 +7,8 @@ services: volumes: - /srv/docker/ollama:/root/ollama networks: - - ollama + - ollama_network restart: unless-stopped networks: - ollama: + ollama_network: driver: bridge \ No newline at end of file