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:
parent
5ae7b0149a
commit
75427d783b
1 changed files with 1 additions and 1 deletions
|
@ -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/>
|
||||||
|
|
Loading…
Reference in a new issue