fix clicks cardf colors

This commit is contained in:
2026-05-22 10:40:23 +02:00
parent 2a5056e7ff
commit e85bf2d577
6 changed files with 94 additions and 72 deletions
+3
View File
@@ -212,6 +212,9 @@ services:
- "127.0.0.1:11434:11434"
volumes:
- ./mih_ai/ollama/ollama:/root/.ollama
- ./mih_ai/Modelfile:/root/.ollama/Modelfile
- ./mih_ai/init-ollama.sh:/root/init-ollama.sh
entrypoint: ["/bin/bash", "/root/init-ollama.sh"]
pull_policy: always
tty: true
restart: always