Skip to content
New issue

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

Documentation should reference more recent Docker Compose command #47

Open
robertmcnees opened this issue Jun 3, 2024 · 1 comment
Open

Comments

@robertmcnees
Copy link
Contributor

The current documentation states references docker-compose up when it should use docker compose up instead. More details here.

The text to be changed is in the Preparing to Build the Application section of the 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.

@robertmcnees
Copy link
Contributor Author

Additionally, there is another reference to docker-compose up that should be changed to docker compose up in the Setting up the RabbitMQ Broker:

Manually run the compose.yaml file with docker-compose up

Should instead be:

Manually run the compose.yaml file with docker compose up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant