Skip to content

Commit

Permalink
fix startup
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquanghiep committed Aug 9, 2024
1 parent 0fa2263 commit c98e54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/local-startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ if [ $(docker ps -q -f name=^/${RABBITMQ_CONTAINER_NAME}$) ]; then
else
echo "Starting RabbitMQ"
# Start RabbitMQ
docker-compose up rabbitmq -d
docker compose up -d rabbitmq
sleep 5
fi

0 comments on commit c98e54e

Please sign in to comment.