diff --git a/bin/hop b/bin/hop index ee33581..70b7e8a 100755 --- a/bin/hop +++ b/bin/hop @@ -142,7 +142,7 @@ function locate_docker_file { DOCKER_FILE=$(locate_docker_file) function locate_docker_container { - local MATCHES=("\-php:" "\-code:") + local MATCHES=("\-php:" "\-code:" "\-notifications:") local FILE=$1 for MATCH in "${MATCHES[@]}"; do local container