Skip to content

Commit

Permalink
run => up
Browse files Browse the repository at this point in the history
  • Loading branch information
harbu committed Aug 7, 2024
1 parent 7a64276 commit aec55aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamr-docker-dev/bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ start() {
FLAGS+=" --remove-orphans"

COMMANDS_TO_RUN+=("echo $msg")
COMMANDS_TO_RUN+=("$DOCKER_COMPOSE run $FLAGS $SERVICES")
COMMANDS_TO_RUN+=("$DOCKER_COMPOSE up $FLAGS $SERVICES")

if [ $WAIT == 1 ]; then
COMMANDS_TO_RUN+=("wait")
Expand Down

0 comments on commit aec55aa

Please sign in to comment.