Merge pull request #679 from davidvleung/master
Refine container name retrieval
This commit is contained in:
commit
783c9321c9
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
|
|
||||||
# Grab full name of php-fpm container
|
# Grab full name of php-fpm container
|
||||||
PHP_FPM_CONTAINER=$(docker-compose ps | grep php-fpm | cut -d " " -f 1)
|
PHP_FPM_CONTAINER=$(docker ps | grep php-fpm | awk '{print $1}')
|
||||||
|
|
||||||
|
|
||||||
# Grab OS type
|
# Grab OS type
|
||||||
|
|
Loading…
Reference in New Issue