mirror of
https://github.com/cytopia/devilbox.git
synced 2025-04-08 11:34:14 +00:00
Update PHP-FPM 7.3 with latest xdebug module
This commit is contained in:
parent
59a098303b
commit
54eb7be023
@ -7,7 +7,7 @@ set -o pipefail
|
||||
|
||||
# There's currently an Issue with PHP 7.3, Xdebug and phpMyAdmin. It just segfaults,
|
||||
# so I will remove it from the checks.
|
||||
DISABLED_VERSIONS=("7.3")
|
||||
DISABLED_VERSIONS=("")
|
||||
|
||||
#
|
||||
# NOTE: Parsing curl to tac to circumnvent "failed writing body"
|
||||
|
@ -95,7 +95,7 @@ services:
|
||||
# PHP
|
||||
# ------------------------------------------------------------
|
||||
php:
|
||||
image: devilbox/php-fpm:${PHP_SERVER}-work-0.72
|
||||
image: devilbox/php-fpm:${PHP_SERVER}-work-0.73
|
||||
hostname: php
|
||||
|
||||
##
|
||||
|
Loading…
x
Reference in New Issue
Block a user