From 5bfec1fa8955439487344ad89fb70d400df7c3a5 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 7 Feb 2026 18:08:03 +0000 Subject: [PATCH] Update AI_Containers/ollama/compose.yaml --- AI_Containers/ollama/compose.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/AI_Containers/ollama/compose.yaml b/AI_Containers/ollama/compose.yaml index e2a206c..7d089b6 100644 --- a/AI_Containers/ollama/compose.yaml +++ b/AI_Containers/ollama/compose.yaml @@ -1,7 +1,15 @@ - networks: - - traefik +services: + ollama: + image: ollama/ollama + container_name: ollama + ports: + - "11434:11434" + volumes: + - /srv/docker/ollama:/root/ollama + networks: + - ollama restart: unless-stopped networks: - traefik: + ollama: driver: bridge \ No newline at end of file