View file File name : docker-compose.yml Content :version: '2' services: web: build: . command: php -S 0.0.0.0:4567 -t public_html ports: - "4567:4567" volumes: - .:/braintree_php_example