chore(ollama): remove video and render groups from compose

Removes the group_add configuration for video and render groups. These permissions are often redundant or handled by the container runtime, and removing them simplifies the configuration and prevents potential GID mismatch issues.
This commit is contained in:
2025-12-24 21:20:28 -05:00
parent 00f4bd9e38
commit 31e7a30681

View File

@@ -86,9 +86,6 @@ services:
cap_add:
- IPC_LOCK
- SYS_PTRACE
group_add:
- video
- render
volumes:
# --- UPDATED PATH ---