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