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}
|
- WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY}
|
||||||
- ENABLE_SIGNUP=false
|
- ENABLE_SIGNUP=false
|
||||||
- DEFAULT_OLLAMA_HOST=http://ollama:11434
|
- DEFAULT_OLLAMA_HOST=http://ollama:11434
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
user: "1000:1000" # ← FIX: Permission Denied!
|
||||||
depends_on:
|
depends_on:
|
||||||
- ollama
|
- ollama
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
ollama_data:
|
ollama_data:
|
||||||
|
driver: local
|
||||||
openwebui_data:
|
openwebui_data:
|
||||||
|
driver: local
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue