Skip to content

Releases: devosc/docker

Code Coverage

11 May 06:23
Compare
Choose a tag to compare

Code Coverage

No pseudo-TTY

21 Apr 03:10
Compare
Choose a tag to compare

The option --no-tty can be used to run the docker-php cmd line container without allocating a pseudo-TTY.

Traefik v2 Updates

18 Apr 16:35
Compare
Choose a tag to compare

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

17 Apr 03:02
Compare
Choose a tag to compare

Update to Traefik v2.

Traefik v1.7.24

03 Apr 23:36
Compare
Choose a tag to compare

Use Traefik v1.7.24 instead of latest (2.x)

Yarn, PHPUnit

24 Feb 03:32
Compare
Choose a tag to compare

Add yarn. Configure curl to follow redirects for downloading PHPUnit.

PHP 7.4

22 Feb 16:58
Compare
Choose a tag to compare

Updates for PHP 7.4

Bug Fix: docker-wp multisite-convert

03 Jan 00:13
Compare
Choose a tag to compare

Fixes issue where docker-wp always runs the multisite-convert option.

PHPUnit

31 Dec 23:33
Compare
Choose a tag to compare

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

18 Dec 05:16
Compare
Choose a tag to compare

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.