mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
Add DDEV
This commit is contained in:
parent
00cfa973e6
commit
df6e784d29
14 changed files with 369 additions and 0 deletions
5
.ddev/docker-compose.wp-plugin.yaml
Normal file
5
.ddev/docker-compose.wp-plugin.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
version: '3.6'
|
||||
services:
|
||||
web:
|
||||
volumes:
|
||||
- ../:/var/www/html/.ddev/wordpress/wp-content/plugins/${DDEV_PROJECT}:ro
|
Loading…
Add table
Add a link
Reference in a new issue