2020-05-12 01:58:45 +00:00
|
|
|
version: '3.3'
|
2019-11-23 17:40:29 +00:00
|
|
|
|
|
|
|
services:
|
|
|
|
|
2020-04-02 17:34:00 +00:00
|
|
|
wordpress-www:
|
2019-11-23 17:40:29 +00:00
|
|
|
volumes:
|
2020-04-02 17:34:00 +00:00
|
|
|
# This path is relative to the first config file
|
2020-04-30 17:01:42 +00:00
|
|
|
# which is in tests/e2e/env or node_modules/@woocommerce/e2e-environment
|
2020-04-28 20:14:11 +00:00
|
|
|
- "../../../:/var/www/html/wp-content/plugins/woocommerce"
|
2019-11-23 17:40:29 +00:00
|
|
|
|
|
|
|
wordpress-cli:
|
|
|
|
volumes:
|
2020-04-28 20:14:11 +00:00
|
|
|
- "../../../:/var/www/html/wp-content/plugins/woocommerce"
|
2019-11-23 17:40:29 +00:00
|
|
|
|