fix(deconz): correctly link gid and uid (#1988)

* fix(deconz): correctly link gid and uid

* bump

* cleanup
This commit is contained in:
Stavros Kois
2022-02-28 22:35:03 +01:00
committed by GitHub
parent 926933ed91
commit f0b2ae4afd
3 changed files with 24 additions and 13 deletions
+18
View File
@@ -97,6 +97,12 @@ questions:
type: dict
attrs:
# Include{fixedEnv}
- variable: PUID
label: "PUID"
description: "Sets the PUID env var for LinuxServer.io (compatible) containers"
schema:
type: int
default: 568
- variable: DECONZ_DEVICE
label: "DECONZ_DEVICE"
description: "Override the location where deCONZ looks for the RaspBee/Conbee device"
@@ -109,6 +115,18 @@ questions:
schema:
type: int
default: 1
- variable: DECONZ_UPNP
label: "DECONZ_UPNP"
description: "Set this option to 0 to disable uPNP"
schema:
type: int
default: 0
- variable: DECONZ_START_VERBOSE
label: "DECONZ_START_VERBOSE"
description: "Set this option to 0 to disable verbose of start script, set to 1 to enable set -x logging"
schema:
type: int
default: 0
# Include{containerConfig}