Update AI_Containers/open-webui/compose.yaml

This commit is contained in:
2026-02-07 18:35:19 +00:00
parent ae2445306a
commit e69c5849ff
+2 -2
View File
@@ -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