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

This commit is contained in:
Stavros Kois
2021-12-11 12:56:49 +02:00
committed by GitHub
parent a11ecc4ef9
commit 81c8a2b602
7 changed files with 14 additions and 14 deletions

View File

@@ -84,8 +84,8 @@ questions:
label: "PUID"
description: "Sets the userID inside the container"
schema:
type: string
default: "568"
type: int
default: 568
# Include{containerConfig}

View File

@@ -84,8 +84,8 @@ questions:
label: "PUID"
description: "Sets the userID inside the container"
schema:
type: string
default: "568"
type: int
default: 568
# Include{containerConfig}

View File

@@ -84,8 +84,8 @@ questions:
label: "PUID"
description: "Sets the userID inside the container"
schema:
type: string
default: "568"
type: int
default: 568
# Include{containerConfig}

View File

@@ -84,8 +84,8 @@ questions:
label: "PUID"
description: "Sets the userID inside the container"
schema:
type: string
default: "568"
type: int
default: 568
# Include{containerConfig}

View File

@@ -85,8 +85,8 @@ questions:
label: "PUID"
description: "Sets the userID inside the container"
schema:
type: string
default: "568"
type: int
default: 568
# Include{containerConfig}

View File

@@ -84,8 +84,8 @@ questions:
label: "PUID"
description: "Sets the userID inside the container"
schema:
type: string
default: "568"
type: int
default: 568
# Include{containerConfig}

View File

@@ -84,8 +84,8 @@ questions:
label: "PUID"
description: "Sets the userID inside the container"
schema:
type: string
default: "568"
type: int
default: 568
# Include{containerConfig}