WordPress PHP docker image extends by xDebug and Blackfire extensions.
Docker image for increase development experience allows the use xDebug and Blackfire extensions for increase performance and better debugging.
As an extra feature Symfony VarDumper component is also available in this image.
xDebug extension can be enabled by adding the followed key in the environment
section:
ENABLE_XDEBUG: 1
Blackfire extension, like xDebug, can be enabled by adding the followed key in the environment
section:
ENABLE_BLACKFIRE: 1
Also, the extension required to load the official Blackfire image.
The rest of the configuration explanations are available on the official image page on Docker HUB.
View license information for the software contained in this image.