diff --git a/create_container.sh b/create_container.sh index 5b7f751..92c6f9d 100644 --- a/create_container.sh +++ b/create_container.sh @@ -142,7 +142,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 >/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