github.com/click2cloud/libcompose@v0.4.1-0.20170816121048-7c20f79ac6b9/config/testdata/entrypoint.v1.yml (about) 1 simple1: 2 build: . 3 entrypoint: 4 - php 5 - -d 6 - zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20100525/xdebug.so 7 - -d 8 - memory_limit=-1 9 - vendor/bin/phpunit 10 simple2: 11 build: . 12 entrypoint: /code/entrypoint.sh