Nextcloudpi Docker External Storage Permission issue

I have tried everything in terms of tweaking permissions. I have given everything 777 and still no luck.

This is the command I am running:

docker run -d -p 4443:4443 -p 443:443 -p 85:80 -v /media/USBDRIVE/ncdata:/data --name nextcloudpi ownyourbits/nextcloudpi-armhf 192.168.1.0

This is the error I am getting:

/run-parts.sh: line 48: /etc/services-enabled.d/010lamp: Permission denied
/run-parts.sh: line 48: /etc/services-enabled.d/020nextcloud: Permission denied
Init done

Here is the fstab entry:

UUID=USBDRIVE /media/USBDRIVE ext4 defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.grota.group,jqfmt=vfsv0,acl 0 2

Any ideas?

Updating the noexec to exec in the fstab seems to have resolved this issue.