loom-spinner-cli/config/php.yaml

10 lines
211 B
YAML
Raw Normal View History

php:
build:
context: ./php-fpm
working_dir: /var/www/html
extra_hosts:
- host.docker.internal:host-gateway
volumes:
- ${PROJECT_DIRECTORY}:/var/www/html:cached
ports:
- ${PHP_PORT}:9003