loom-spinner-cli/config/php.yaml
2025-04-12 19:09:40 +01:00

13 lines
No EOL
289 B
YAML

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