2024-11-11, 05:35 PM
Since you are not running the container as root, you need to pass in the render group.
Code:
getent group render | cut -d: -f3
Code:
group_add:
- "122" # Change this to match your "render" host group id and remove this comment