Files
wc-bootstrap/compose.override.yaml

18 lines
484 B
YAML
Raw Normal View History

services:
db:
container_name: woocommerce-db
restart: unless-stopped
wordpress:
container_name: woocommerce
restart: unless-stopped
volumes:
- ../wp-bootstrap:/var/www/html/wp-content/themes/wp-bootstrap
- .:/var/www/html/wp-content/themes/wc-bootstrap
environment:
WORDPRESS_DEBUG: "1"
WORDPRESS_CONFIG_EXTRA: |
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', true);
define('SCRIPT_DEBUG', true);