10 lines
211 B
YAML
10 lines
211 B
YAML
![]() |
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
|