JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "docker-compose.yml"

Full Path: /var/www/lionsclub/core/vendor/mobiledetect/mobiledetectlib/docker-compose.yml
File size: 320 bytes
MIME-type: text/plain
Charset: utf-8

app:
  restart: 'on-failure'
  image: php:7
  working_dir: /app
  command: vendor/bin/phpunit -v -c tests/phpunit.xml --coverage-text --strict-coverage --stop-on-risky
  ports:
    - "8000:8000"
  volumes:
    - .:/app

composer:
  restart: 'no'
  image: composer/composer:php7
  command: install
  volumes:
    - .:/app