Fixes #705
This commit is contained in:
parent
ec25c0572f
commit
39379b5e4e
|
@ -21,4 +21,4 @@ maintainers:
|
|||
name: resilio-sync
|
||||
sources:
|
||||
- https://github.com/orgs/linuxserver/packages/container/package/resilio-sync
|
||||
version: 1.2.0
|
||||
version: 1.2.1
|
||||
|
|
|
@ -804,23 +804,6 @@ questions:
|
|||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: runAsNonRoot
|
||||
label: "runAsNonRoot"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: The groupID this App of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
- variable: fsGroup
|
||||
label: "fsGroup"
|
||||
description: "The group that should own ALL storage."
|
||||
|
|
Loading…
Reference in New Issue