mirror of https://github.com/hauke68/Magallanes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
391 B
20 lines
391 B
7 years ago
|
version: '2'
|
||
|
services:
|
||
|
php5:
|
||
|
container_name: mage-php5
|
||
|
build: ./php5
|
||
|
volumes:
|
||
|
- ../../:/home/magephp
|
||
|
|
||
|
php7.0:
|
||
|
container_name: mage-php7.0
|
||
|
build: ./php7.0
|
||
|
volumes:
|
||
|
- ../../:/home/magephp
|
||
|
|
||
|
php7.1:
|
||
|
container_name: mage-php7.1
|
||
|
build: ./php7.1
|
||
|
volumes:
|
||
|
- ../../:/home/magephp
|