Skip to content

Commit

Permalink
Revert start_m3
Browse files Browse the repository at this point in the history
  • Loading branch information
benraskin92 committed Aug 26, 2019
1 parent 4cf929a commit a622f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/development/m3_stack/start_m3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [[ "$USE_JAEGER" = true ]] ; then
fi
fi

docker-compose -f docker-compose.yml up --build -d --renew-anon-volumes m3coordinator01
docker-compose -f docker-compose.yml up $DOCKER_ARGS m3coordinator01
docker-compose -f docker-compose.yml up $DOCKER_ARGS m3db_seed
docker-compose -f docker-compose.yml up $DOCKER_ARGS prometheus01
docker-compose -f docker-compose.yml up $DOCKER_ARGS grafana
Expand Down

0 comments on commit a622f0c

Please sign in to comment.