From 09fd90869b0943be3f0cc6ecc53d712e9956786f Mon Sep 17 00:00:00 2001 From: tteck Date: Thu, 12 Aug 2021 12:39:08 -0400 Subject: [PATCH] Update pve7_ha_container.sh --- pve7_ha_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve7_ha_container.sh b/pve7_ha_container.sh index e08d8da6..5746f6d9 100644 --- a/pve7_ha_container.sh +++ b/pve7_ha_container.sh @@ -140,7 +140,7 @@ ARCH=$(dpkg --print-architecture) HOSTNAME=homeassistant TEMPLATE_STRING="local:vztmpl/${TEMPLATE}" pct create $CTID $TEMPLATE_STRING -arch $ARCH -features nesting=1 \ - -hostname $HOSTNAME -net0 name=eth0,bridge=vmbr0,ip=dhcp -onboot 1 \ + -hostname $HOSTNAME -net0 name=eth0,bridge=vmbr0,ip=dhcp -onboot 1 -cores 2 -memory 4096 \ -ostype $OSTYPE -rootfs $ROOTFS,size=$DISK_SIZE -storage $STORAGE >/dev/null # Modify LXC permissions to support Docker