Actualiser docker-compose.yml

This commit is contained in:
2025-09-14 10:37:42 +02:00
parent 8dde182c1b
commit 45e2e22cf9

View File

@@ -9,7 +9,7 @@ services:
environment:
- OLLAMA_URL=http://host.docker.internal:11434
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/run/docker.sock:/var/run/docker.sock # Docker-in-Docker via host socket
restart: unless-stopped
open-webui:
@@ -19,5 +19,5 @@ services:
- "3000:8080"
environment:
- OLLAMA_BASE_URL=http://host.docker.internal:11434
- WEBUI_SECRET_KEY=change-me
- WEBUI_SECRET_KEY=change-me # changer pour la production
restart: unless-stopped