Releases: devosc/docker
Release list
Code Coverage
No pseudo-TTY
The option --no-tty can be used to run the docker-php cmd line container without allocating a pseudo-TTY.
Traefik v2 Updates
More updates for Traefik v2. Router names need to be unique, and the docker-create-project cmd uses the container name as the router name.
Traefik v2
Traefik v1.7.24
Use Traefik v1.7.24 instead of latest (2.x)
Yarn, PHPUnit
Add yarn. Configure curl to follow redirects for downloading PHPUnit.
PHP 7.4
Bug Fix: docker-wp multisite-convert
Fixes issue where docker-wp always runs the multisite-convert option.
PHPUnit
PHPUnit is now installed by default in the CLI docker-php command and project containers. Use docker-php phpunit or docker-app phpunit to run the phpunit command. To change the version of PHPUnit, set the value of the PHPUNIT_VERSION build argument.
PHP Release Version
The Docker Compose file now uses a configuration variable for the PHP release version. The syntax for the Xdebug variable from the previous release has been corrected.