Update homer with --user param

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
This commit is contained in:
Timo Verbrugghe 2022-08-19 19:29:21 +02:00 committed by GitHub
parent 5ae7b0149a
commit 75427d783b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
<WebUI>http://[IP]:[PORT:8080]</WebUI> <WebUI>http://[IP]:[PORT:8080]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/homer.xml</TemplateURL> <TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/homer.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/homer.png</Icon> <Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/homer.png</Icon>
<ExtraParams/> <ExtraParams>--user 99:100</ExtraParams>
<PostArgs/> <PostArgs/>
<DonateText/> <DonateText/>
<DonateLink/> <DonateLink/>