Skip to content

Instantly share code, notes, and snippets.

@imath
Last active February 21, 2021 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imath/1d3b3d7d9de757f088b653af31c6a86c to your computer and use it in GitHub Desktop.
Save imath/1d3b3d7d9de757f088b653af31c6a86c to your computer and use it in GitHub Desktop.
services:
wordpress-develop:
volumes:
- /Users/imath/Plugins/buddypress:/var/www/${LOCAL_DIR-build}/wp-content/plugins/buddypress
- /Users/imath/Plugins/bp-rest:/var/www/${LOCAL_DIR-build}/wp-content/plugins/bp-rest
php:
volumes:
- /Users/imath/Plugins/buddypress:/var/www/${LOCAL_DIR-build}/wp-content/plugins/buddypress
- /Users/imath/Plugins/bp-rest:/var/www/${LOCAL_DIR-build}/wp-content/plugins/bp-rest
phpunit:
volumes:
- /Users/imath/Plugins/buddypress:/var/www/${LOCAL_DIR-build}/wp-content/plugins/buddypress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment