From 75427d783bad37fa7c9f26f51cab4eb6b7f51c3a Mon Sep 17 00:00:00 2001 From: Timo Verbrugghe Date: Fri, 19 Aug 2022 19:29:21 +0200 Subject: [PATCH] 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 --- templates/homer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/homer.xml b/templates/homer.xml index a17c25f..0beecba 100644 --- a/templates/homer.xml +++ b/templates/homer.xml @@ -13,7 +13,7 @@ http://[IP]:[PORT:8080] https://raw.githubusercontent.com/A75G/docker-templates/master/templates/homer.xml https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/homer.png - + --user 99:100