A handy WordPress stack using docker compose with xdebug enabled.
Go to file
2023-03-12 11:16:35 +08:00
wordpress-xdebug/plugins/wordpress-docker-xdebug First commit 2023-03-12 01:35:53 +08:00
.gitignore First commit 2023-03-12 01:35:53 +08:00
docker-compose.yml change quote 2023-03-12 11:16:35 +08:00
Dockerfile-wordpress-xdebug First commit 2023-03-12 01:35:53 +08:00
README.md First commit 2023-03-12 01:34:56 +08:00
sample.env First commit 2023-03-12 01:35:53 +08:00

WordPress stack with xdebug

A handy WordPress stack using docker compose with PHP xdebug enabled.

Preparation and Start

Before starting the stack, please prepare the .env file. There is a sample .env file sample.env for the reference.

To start the stack, type:

docker-compose up -d

About the XDebug

The XDebug feature is based on this online information: https://marioyepes.com/setup-debug-php-docker-visual-studio-code