Commit 783c9321 authored by Mahmoud Zalt's avatar Mahmoud Zalt Committed by GitHub

Merge pull request #679 from davidvleung/master

Refine container name retrieval
parents 1a80385a 735647bd
......@@ -4,7 +4,7 @@
# 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment