woocommerce/docker-compose.yaml

15 lines
353 B
YAML
Raw Normal View History

version: '3.3'
services:
wordpress-www:
volumes:
# This path is relative to the first config file
# which is in tests/e2e/env or node_modules/@woocommerce/e2e-environment
- "../../../:/var/www/html/wp-content/plugins/woocommerce"
wordpress-cli:
volumes:
- "../../../:/var/www/html/wp-content/plugins/woocommerce"