Skip to content

Releases: devosc/docker

Code Coverage

Choose a tag to compare

@devosc devosc released this 11 May 06:23

Code Coverage

No pseudo-TTY

Choose a tag to compare

@devosc devosc released this 21 Apr 03:10

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

Traefik v2 Updates

Choose a tag to compare

@devosc devosc released this 18 Apr 16:35

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

Choose a tag to compare

@devosc devosc released this 17 Apr 03:02

Update to Traefik v2.

Traefik v1.7.24

Choose a tag to compare

@devosc devosc released this 03 Apr 23:36

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

Yarn, PHPUnit

Choose a tag to compare

@devosc devosc released this 24 Feb 03:32

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

PHP 7.4

Choose a tag to compare

@devosc devosc released this 22 Feb 16:58

Updates for PHP 7.4

Bug Fix: docker-wp multisite-convert

Choose a tag to compare

@devosc devosc released this 03 Jan 00:13

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

PHPUnit

Choose a tag to compare

@devosc devosc released this 31 Dec 23:33

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

Choose a tag to compare

@devosc devosc released this 18 Dec 05:16

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.