visiblevc / wordpress-starter

A slightly less shitty wordpress development workflow
688 stars 167 forks source link

Configuring the php version not Documented #93

Closed lukasholzer closed 7 years ago

lukasholzer commented 7 years ago

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

karellm commented 7 years ago

In the Dockerfile:

services:
  wordpress:
    image: visiblevc/wordpress:latest # here you can replace latest with the version you want