alterway / docker-php

Docker PHP
MIT License
99 stars 45 forks source link

Correct 5.5-cli image name with compatible redis, xdebug versions #12

Closed alexkb closed 5 years ago

alexkb commented 6 years ago

Firstly, thanks alterway for making all these php images available.

Yes, this is an old outdated version of PHP, but we need it to test some legacy applications first before upgrading to a newer version of PHP.

Basically, if you don't set the php image name correctly, the cli container exposes a port, which can be a bit annoying if you also have a php-5.5-fpm container running separately too.

Additionally, you have to be explicit with the versions of redis and xdebug, because the default latest stable versions aren't compatible with PHP 5.5.

specourt commented 5 years ago

Thanks for your help.