From de8fc8829570d53b7a775cd045618fd6ad67cb08 Mon Sep 17 00:00:00 2001 From: Sthopeless Date: Fri, 7 May 2021 16:10:03 +0200 Subject: [PATCH] Initial commit --- create_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_container.sh b/create_container.sh index 4539891..e5d0b17 100644 --- a/create_container.sh +++ b/create_container.sh @@ -143,7 +143,7 @@ HOSTNAME=Gitlab 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 \ - -ostype $OSTYPE -rootfs $ROOTFS,size=$DISK_SIZE -storage $STORAGE, -memory $MEMORY_RAM >/dev/null + -ostype $OSTYPE -rootfs $ROOTFS,size=$DISK_SIZE -storage $STORAGE >/dev/null # Modify LXC permissions to support Docker LXC_CONFIG=/etc/pve/lxc/${CTID}.conf