* fix starting xdebug for other php-versions

+ dump db bash helpers
This commit is contained in:
2020-11-11 11:12:58 +03:00
parent 4687eb8daa
commit c57f3421e4
3 changed files with 6 additions and 2 deletions

View File

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

View File

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