Skip to content

Commit

Permalink
hardcoding RabbitMQ port
Browse files Browse the repository at this point in the history
Co-authored-by: Nelson Vides <nelson.vides@erlang-solutions.com>
  • Loading branch information
DenysGonchar and NelsonVides authored Mar 1, 2021
1 parent 9f12675 commit 6696184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis-setup-rmq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RMQ_PORT=5672
docker rm -v -f $NAME || echo "Skip removing the previous container"
docker run -d \
--name $NAME \
-p $RMQ_PORT:$RMQ_PORT \
-p $RMQ_PORT:5672 \
rabbitmq:3.7

tools/wait_for_service.sh $NAME $RMQ_PORT

0 comments on commit 6696184

Please sign in to comment.