mirror of
https://github.com/php-fig/www.php-fig.org.git
synced 2026-03-23 22:42:13 +01:00
12 lines
232 B
YAML
Executable File
12 lines
232 B
YAML
Executable File
services:
|
|
php:
|
|
environment:
|
|
PHP_IDE_CONFIG: "serverName=php-fig"
|
|
XDEBUG_HOST: host.docker.internal
|
|
XDEBUG_TRIGGER: 'yes'
|
|
XDEBUG_MODE: 'debug'
|
|
|
|
node-sass:
|
|
# for MacOS ARM
|
|
# platform: linux/amd64
|