mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-17 23:43:01 +01:00
pve-scripts-local: Increase default disk size from 4GB to 10GB
needed for migration to pocketbase, 6 is fine too, but im not a hardcore user, and we precaching the logos during build
This commit is contained in:
committed by
GitHub
parent
4aa83fd98e
commit
8f227ab2cd
@@ -9,7 +9,7 @@ APP="PVE-Scripts-Local"
|
||||
var_tags="${var_tags:-pve-scripts-local}"
|
||||
var_cpu="${var_cpu:-2}"
|
||||
var_ram="${var_ram:-4096}"
|
||||
var_disk="${var_disk:-4}"
|
||||
var_disk="${var_disk:-10}"
|
||||
var_os="${var_os:-debian}"
|
||||
var_version="${var_version:-13}"
|
||||
var_unprivileged="${var_unprivileged:-1}"
|
||||
|
||||
Reference in New Issue
Block a user