mirror of
https://github.com/php-fig/www.php-fig.org.git
synced 2026-03-23 22:42:13 +01:00
Upgrade Docker config
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
version: '3.5'
|
||||
|
||||
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
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
version: '3.5'
|
||||
|
||||
services:
|
||||
php:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user