Donrenegade
Members
-
Joined
-
Last visited
Solutions
-
Donrenegade's post in Change permissions within docker container permanently was marked as the answerI'm not sure whether this is the intended way to do this, but adding the following has fixes my issues:
Unraid => Docker => Under Docker Containers, select container and edit => Enable Advanced View ...
Under Post Arguments, I added the following:
&& docker exec -u root homeassistant sh -c "chmod a+rwx /dev/zigbee"
The device can now be accessed without needing privileged mode!