From e69c5849ffaf22c721f7b4d626629b4ea775e547 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 7 Feb 2026 18:35:19 +0000 Subject: [PATCH] Update AI_Containers/open-webui/compose.yaml --- AI_Containers/open-webui/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AI_Containers/open-webui/compose.yaml b/AI_Containers/open-webui/compose.yaml index 8f66332..689bfde 100644 --- a/AI_Containers/open-webui/compose.yaml +++ b/AI_Containers/open-webui/compose.yaml @@ -9,7 +9,7 @@ services: volumes: - /srv/docker/ollama/webui:/app/data networks: - - ollama + - ollama_network #Can comment out if not using Flame Dashboard labels: - flame.type=application # "app" works too @@ -18,5 +18,5 @@ services: - flame.icon=chat-processing restart: unless-stopped networks: - ollama: + ollama_network: external: true \ No newline at end of file