A75G / docker-templates

Unraid Docker Templates
99 stars 32 forks source link

Update homer with --user param #75

Closed TimoVerbrugghe closed 2 years ago

TimoVerbrugghe commented 2 years ago

Homer container by default runs user with uid:gid of 1000:1000 but unraid creates appdata folders under uid:gid 99:100. Homer docker will quit on first startup because it can't write its default assets to the appdata folder. --user parameter tells this docker to run uid:gid of 99:100