Update vaultwarden-v5.sh

adjust build resources
This commit is contained in:
tteckster 2023-01-01 08:42:22 -05:00 committed by GitHub
parent cbd076508d
commit 01b2069280
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,8 +12,8 @@ EOF
echo -e "Loading..."
APP="Vaultwarden"
var_disk="6"
var_cpu="2"
var_ram="3072"
var_cpu="4"
var_ram="4096"
var_os="debian"
var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ')