Skip to content

Instantly share code, notes, and snippets.

@d0t15t
Created August 17, 2021 06:52
Show Gist options
  • Save d0t15t/6d47f77e053b7e4e9d77e22d5d19e262 to your computer and use it in GitHub Desktop.
Save d0t15t/6d47f77e053b7e4e9d77e22d5d19e262 to your computer and use it in GitHub Desktop.
DDEV Commands Cheatsheet

DDEV Commands Cheatsheet

Enable NFS

curl -O https://raw.githubusercontent.com/drud/ddev/master/scripts/macos_ddev_nfs_setup.sh && chmod +x macos_ddev_nfs_setup.sh && ./macos_ddev_nfs_setup.sh
nv ~/.ddev/global_config.yaml
# add => nfs_mount_enabled: true

Reset container

cd project_folder
ddev delete --omit-snapshot
rm -rf *
ddev start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment