docker-compose-wordpress
docker-compose-wordpress copied to clipboard
An example Docker Compose setup for WordPress plugin or theme development.
**When running this command:** `docker-compose -f docker-compose.phpunit.yml run --rm wordpress_phpunit /app/bin/install-wp-tests.sh wordpress_test root '' mysql_phpunit latest true` **I'm seeing this error:** `Error response from daemon: OCI runtime create failed: container_linux.go:349:...
I've set up an environment successfully but as far as I can tell the data in the database doesn't persist if the environment is taken down. This means that if...
Hi Chris, thank you for your work on this. When I run: `docker-compose -f docker-compose.phpunit.yml run --rm wordpress_phpunit phpunit` I get this error: ``` Error response from daemon: OCI runtime...
When mounting a local plugin as a volume into the wordpress service for development, changes are reflected immediately inside the container, and typos and syntax errors result in easy-to-see error...
Hi, Chris. Not sure if you're maintaining this anymore. I hadn't used it in a while and am suddenly getting the following error when running ``` docker-compose -f docker-compose.phpunit.yml run...