Hey I'm struggling to find out wich php version docker-compose is using.
In the README.md there is a section called available images which are introducing the possibility of choosing one, unfortunately, it is not described to implement one solution.
There are two folders inside:
- php5.6
`- Dockerfile
- php7.0
`- Dockerfile
How can I configure to use php7.0 or php5.6?
There is no service specified in the docker-compose.yml to select this Dockerimage
Hey I'm struggling to find out wich php version docker-compose is using.
In the README.md there is a section called available images which are introducing the possibility of choosing one, unfortunately, it is not described to implement one solution.
There are two folders inside:
How can I configure to use php7.0 or php5.6? There is no service specified in the
docker-compose.yml
to select this Dockerimage