fix ollama permissions
This commit is contained in:
parent
36d5725a37
commit
e27a814398
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue