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