Fix Homer UID, GID

This commit is contained in:
Majed Sief Alnasr 2022-12-17 14:45:30 +02:00
parent 1428a00c5f
commit 0374d75906
No known key found for this signature in database
GPG Key ID: 3587A82A62D9192E
1 changed files with 34 additions and 22 deletions

View File

@ -1125,6 +1125,18 @@
{
"categories": ["Other", "Tools"],
"description": "A dead simple static HOMepage for your servER to keep your s ervices on hand, from a simple yaml configuration file.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "b4bz/homer:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/homer.png",
"name": "homer",