diff --git a/bin/compose b/bin/compose index 00e69a9..d672e52 100755 --- a/bin/compose +++ b/bin/compose @@ -2759,7 +2759,7 @@ while read-0 arg; do if str_pattern_matches "$arg" $DC_MATCH_MULTI; then read-0 value action_opts+=("$arg" "$value") - shift; + shift elif str_pattern_matches "$arg" $DC_MATCH_SINGLE; then action_opts+=("$arg") else