File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ADDITIONAL_COMPOSE_OPTS=""
2020if [ -n " ${CI-} " ]; then # Apply CI override when running on CI server
2121 ADDITIONAL_COMPOSE_OPTS=" $DOCKER_COMPOSE -f docker-compose-ci.yml"
2222fi
23- DOCKER_COMPOSE=" docker compose --ansi never -f docker-compose.yml $ADDITIONAL_COMPOSE_OPTS run "
23+ DOCKER_COMPOSE=" docker compose --ansi never -f docker-compose.yml $ADDITIONAL_COMPOSE_OPTS "
2424
2525# don't start these services unless explicitly started
2626EXCEPT_SERVICES_DEFAULT=() # array of string e.g. ("a" "b")
@@ -122,7 +122,7 @@ start() {
122122 FLAGS+=" --remove-orphans"
123123
124124 COMMANDS_TO_RUN+=(" echo $msg " )
125- COMMANDS_TO_RUN+=(" $DOCKER_COMPOSE up $FLAGS $SERVICES " )
125+ COMMANDS_TO_RUN+=(" $DOCKER_COMPOSE run $FLAGS $SERVICES " )
126126
127127 if [ $WAIT == 1 ]; then
128128 COMMANDS_TO_RUN+=(" wait" )
You can’t perform that action at this time.
0 commit comments