Update oci-deploy.sh

This commit is contained in:
CanbiZ (MickLesk)
2025-12-29 17:33:12 +01:00
committed by GitHub
parent ce1e3d76bf
commit dae69a6690

View File

@@ -271,7 +271,7 @@ fi
# Create container
msg_info "Creating container $VMID"
PCT_CMD="pct create $VMID oci://$FULL_IMAGE"
PCT_CMD="pct create $VMID --ostemplate oci://$FULL_IMAGE"
PCT_CMD+=" --hostname $CT_NAME"
PCT_CMD+=" --cores $CORES"
PCT_CMD+=" --memory $MEMORY"