chore(apps): set PUID to int instead of string (#1506)

This commit is contained in:
Stavros Kois
2021-12-11 11:56:49 +01:00
committed by GitHub
parent a11ecc4ef9
commit 81c8a2b602
7 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -84,8 +84,8 @@ questions:
label: "PUID" label: "PUID"
description: "Sets the userID inside the container" description: "Sets the userID inside the container"
schema: schema:
type: string type: int
default: "568" default: 568
# Include{containerConfig} # Include{containerConfig}
+2 -2
View File
@@ -84,8 +84,8 @@ questions:
label: "PUID" label: "PUID"
description: "Sets the userID inside the container" description: "Sets the userID inside the container"
schema: schema:
type: string type: int
default: "568" default: 568
# Include{containerConfig} # Include{containerConfig}
+2 -2
View File
@@ -84,8 +84,8 @@ questions:
label: "PUID" label: "PUID"
description: "Sets the userID inside the container" description: "Sets the userID inside the container"
schema: schema:
type: string type: int
default: "568" default: 568
# Include{containerConfig} # Include{containerConfig}
+2 -2
View File
@@ -84,8 +84,8 @@ questions:
label: "PUID" label: "PUID"
description: "Sets the userID inside the container" description: "Sets the userID inside the container"
schema: schema:
type: string type: int
default: "568" default: 568
# Include{containerConfig} # Include{containerConfig}
+2 -2
View File
@@ -85,8 +85,8 @@ questions:
label: "PUID" label: "PUID"
description: "Sets the userID inside the container" description: "Sets the userID inside the container"
schema: schema:
type: string type: int
default: "568" default: 568
# Include{containerConfig} # Include{containerConfig}
+2 -2
View File
@@ -84,8 +84,8 @@ questions:
label: "PUID" label: "PUID"
description: "Sets the userID inside the container" description: "Sets the userID inside the container"
schema: schema:
type: string type: int
default: "568" default: 568
# Include{containerConfig} # Include{containerConfig}
+2 -2
View File
@@ -84,8 +84,8 @@ questions:
label: "PUID" label: "PUID"
description: "Sets the userID inside the container" description: "Sets the userID inside the container"
schema: schema:
type: string type: int
default: "568" default: 568
# Include{containerConfig} # Include{containerConfig}