DesignPatternsPHP/docker-compose.yml
2017-07-26 23:23:59 +02:00

9 lines
158 B
YAML

version: "3.1"
services:
php:
image: php:7.1.7-cli
volumes:
- .:/opt/php
privileged: true
command: ["/opt/php/docker/test_runner.sh"]