diff --git a/breeze b/breeze index 5816e04855..7ffdebf0e1 100755 --- a/breeze +++ b/breeze @@ -1419,6 +1419,11 @@ function breeze::parse_arguments() { command_to_run="run_docker_compose" docker_compose_command="down" EXTRA_DC_OPTIONS+=("--remove-orphans") + for INTEGRATION in ${_breeze_allowed_integrations}; do + if [[ ${INTEGRATION} != "all" ]]; then + INTEGRATIONS+=("${INTEGRATION}") + fi + done shift ;; restart)