Skip to content

Commit

Permalink
enable WP_DEBUG in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctl committed Feb 20, 2024
1 parent 9e5d639 commit 55b8574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
WORDPRESS_DB_USER: wp
WORDPRESS_DB_PASSWORD: pass
WORDPRESS_SKIP_INSTALL: 'yes'
WORDPRESS_DEBUG: 1
volumes:
- ./:/var/www/html/wp-content/plugins/kadence-blocks
depends_on:
Expand Down

0 comments on commit 55b8574

Please sign in to comment.