Update AI_Containers/open-webui/compose.yaml
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /srv/docker/ollama/webui:/app/data
|
- /srv/docker/ollama/webui:/app/data
|
||||||
networks:
|
networks:
|
||||||
- ollama
|
- ollama_network
|
||||||
#Can comment out if not using Flame Dashboard
|
#Can comment out if not using Flame Dashboard
|
||||||
labels:
|
labels:
|
||||||
- flame.type=application # "app" works too
|
- flame.type=application # "app" works too
|
||||||
@@ -18,5 +18,5 @@ services:
|
|||||||
- flame.icon=chat-processing
|
- flame.icon=chat-processing
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
ollama:
|
ollama_network:
|
||||||
external: true
|
external: true
|
||||||
Reference in New Issue
Block a user