Skip to content

Instantly share code, notes, and snippets.

@aprea
Created October 7, 2021 21:55
Show Gist options
  • Save aprea/6e3d8ae530de50f82ee5666037bfd638 to your computer and use it in GitHub Desktop.
Save aprea/6e3d8ae530de50f82ee5666037bfd638 to your computer and use it in GitHub Desktop.
# docker-compose.override.yml
version: '3'
services:
wordpress:
volumes:
- ../woocommerce-subscriptions:/var/www/html/wp-content/plugins/woocommerce-subscriptions
- ../woocommerce-subscriptions-core:/var/www/html/wp-content/plugins/woocommerce-subscriptions-core
- ../woocommerce-payments-dev-tools:/var/www/html/wp-content/plugins/woocommerce-payments-dev-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment