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