From 155e3d3793aba59654aa2ed5412aaabb514a549e Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 7 Feb 2026 18:30:17 +0000 Subject: [PATCH] Update AI_Containers/open-webui/compose.yaml --- AI_Containers/open-webui/compose.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/AI_Containers/open-webui/compose.yaml b/AI_Containers/open-webui/compose.yaml index ae5f161..8f66332 100644 --- a/AI_Containers/open-webui/compose.yaml +++ b/AI_Containers/open-webui/compose.yaml @@ -10,14 +10,13 @@ services: - /srv/docker/ollama/webui:/app/data networks: - ollama - restart: unless-stopped #Can comment out if not using Flame Dashboard labels: - flame.type=application # "app" works too - flame.name=Webui - flame.url=http://webui.homelab.internal #Adjust to your domain or IP - flame.icon=chat-processing - + restart: unless-stopped networks: ollama: - extrernal: true \ No newline at end of file + external: true \ No newline at end of file