File "docker-compose.yml"

Full path: /home/argothem/www/organecyberpresse/vendor/algo26-matthias/idna-convert/docker-compose.yml
File size: 253 bytes
MIME-type: text/plain
Charset: utf-8

version: '3.1'
services:
  idna-convert-test:
    image: epcallan/php7-testing-phpunit:7.2-phpunit7
    container_name: idna-convert-test
    working_dir: /project
    command: bash -c "composer install && phpunit -vvv"
    volumes:
      - ./:/project