Skip to content
Discussion options

You must be logged in to vote

“Even though the response was late, I decided to update the Frigate container to use the new feature. To avoid issues with s6-overlay permissions, I created a new folder using mkdir run and set its owner to 10000 as the remapped user. It is now working. Thanks a lot.”
Example:
mkdir run
chown 10000 run

In Docker compose under volume:
...
./run:/run
...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rasulovk
Comment options

Answer selected by rasulovk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment