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"
description: "Sets the userID inside the container"
schema:
type: string
default: "568"
type: int
default: 568
# Include{containerConfig}