Change resources values type to numeric

This commit is contained in:
Rémi Bédard-Couture 2024-12-10 11:13:36 -05:00
parent eca4ad0d1e
commit 6d650b679d

View File

@ -18,9 +18,9 @@
"type": "default",
"script": "ct/authentik.sh",
"resources": {
"cpu": "6",
"ram": "8192",
"hdd": "12",
"cpu": 6,
"ram": 8192,
"hdd": 12,
"os": "debian",
"version": "12"
}