I'm still a little confused about this old issue with how WP_DEBUG works in this project.
docker-compose run --rm wp-cli wp config set WP_DEBUG true
Starting mycool_mysql_1 ... done
Error: Could not process the 'wp-config.php' transformation.
I can change permissions in the wordpress container to, say, 777. Then the commend succeeds, or thinks it does.
However:
docker-compose run --rm wp-cli wp config set WP_DEBUG true
Starting mycool_mysql_1 ... done
Success: Updated the constant 'WP_DEBUG' in the 'wp-config.php' file with the value 'true'.
✔ ~/Docker/WP/mycool [master|✚ 3…4]
15:22 $ docker-compose run --rm wp-cli wp config get WP_DEBUG
I'm still a little confused about this old issue with how WP_DEBUG works in this project.
I can change permissions in the
wordpress
container to, say, 777. Then the commend succeeds, or thinks it does.However: