Switch to fpm-alpine docker image, add xdebug3

This commit is contained in:
Christoph Kluge
2021-09-09 10:54:58 +02:00
parent f3e3757b65
commit 8aeb608b99
5 changed files with 41 additions and 43 deletions

View File

@@ -59,7 +59,6 @@ services:
APP_ENVIRONMENT: ${APP_ENVIRONMENT}
ports:
- "127.0.0.1:${NGINX_PORT}:80"
- "127.0.0.1:${PHP_XDEBUG_CLIENT_PORT}:${PHP_XDEBUG_CLIENT_PORT}"
depends_on:
- php
environment: