We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current documentation states references docker-compose up when it should use docker compose up instead. More details here.
docker-compose up
docker compose up
The text to be changed is in the Preparing to Build the Application section of the README.adoc:
Preparing to Build the Application
README.adoc
You can now run docker-compose up to start the RabbitMQ service. Now you should have an external RabbitMQ server that is ready to accept requests.
Should instead be:
You can now run docker compose up to start the RabbitMQ service. Now you should have an external RabbitMQ server that is ready to accept requests.
The text was updated successfully, but these errors were encountered:
Additionally, there is another reference to docker-compose up that should be changed to docker compose up in the Setting up the RabbitMQ Broker:
Setting up the RabbitMQ Broker
Manually run the compose.yaml file with docker-compose up
Manually run the compose.yaml file with docker compose up
Sorry, something went wrong.
No branches or pull requests
The current documentation states references
docker-compose up
when it should usedocker compose up
instead. More details here.The text to be changed is in the
Preparing to Build the Application
section of theREADME.adoc
:Should instead be:
The text was updated successfully, but these errors were encountered: