* fix starting xdebug for other php-versions
+ dump db bash helpers
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
|
||||
# Grab full name of php-fpm container
|
||||
PHP_FPM_CONTAINER=$(docker ps | grep php-fpm | awk '{print $1}')
|
||||
PHP_FPM_CONTAINER=$(docker ps | grep php7.1-fpm | awk '{print $1}')
|
||||
|
||||
|
||||
# Grab OS type
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
|
||||
# Grab full name of php-fpm container
|
||||
PHP_FPM_CONTAINER=$(docker ps | grep php-fpm | awk '{print $1}')
|
||||
PHP_FPM_CONTAINER=$(docker ps | grep php7.4-fpm | awk '{print $1}')
|
||||
|
||||
|
||||
# Grab OS type
|
||||
|
Reference in New Issue
Block a user