diff --git a/bin/compose-core b/bin/compose-core index 15dcf56..1abf56c 100755 --- a/bin/compose-core +++ b/bin/compose-core @@ -5439,7 +5439,7 @@ fi export COMPOSE_ACTION="$action" NO_CONSTRAINT_CHECK=True case "$action" in - up|status) + up|status|run) NO_CONSTRAINT_CHECK= if [ -n "$DEBUG" ]; then Elt "solve all relations"