+ ./provision-lms.sh
++ apps=(lms studio)
++ ./load-db.sh edxapp
Loading the edxapp database...
Finished loading the edxapp database!
++ ./load-db.sh edxapp_csmh
Loading the edxapp_csmh database...
Finished loading the edxapp_csmh database!
++ for app in ‘“${apps[@]}“’
++ docker-compose -f docker-compose.yml -f docker-compose-host.yml up -d lms
edx.devstack.mongo is up-to-date
Recreating edx.devstack.devpi
edx.devstack.mysql is up-to-date
Recreating edx.devstack.memcached
Creating edx.devstack.lms
ERROR: for lms Cannot create container for service lms: invalid bind mount spec “/Users/username/Documents/openedx/src:/edx/src:cached”: invalid mode: cached
ERROR: Encountered errors while bringing up the project.
make: *** [dev.provision.run] Error 1
Please shed some light on me about how to solve the problem.