fix ollama permissions

This commit is contained in:
Stefan Heyn 2026-02-04 21:22:03 +00:00
parent 36d5725a37
commit e27a814398

View file

@ -27,11 +27,15 @@ services:
- WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY}
- ENABLE_SIGNUP=false
- DEFAULT_OLLAMA_HOST=http://ollama:11434
- PUID=1000
- PGID=1000
user: "1000:1000" # ← FIX: Permission Denied!
depends_on:
- ollama
restart: unless-stopped
volumes:
ollama_data:
driver: local
openwebui_data:
driver: local