Upgrade Docker config

This commit is contained in:
Alessandro Lai
2025-02-25 16:38:55 +01:00
parent 0ad1361ebe
commit 0ed0135b27
2 changed files with 7 additions and 4 deletions

View File

@@ -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

View File

@@ -1,5 +1,3 @@
version: '3.5'
services:
php:
build: