Skip to content

Fix typo in rabbitmq docs #2527

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

Merged
merged 1 commit into from
Mar 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/app/docs/devbox_examples/databases/rabbitmq.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Adding these packages and the plugin will configure Devbox for working with Rabb

## Starting the RabbitMQ Service

The RabbitMQ plugin will automatically create a service for you that can be run with `devbox service up`. The process-compose.yaml for this service is shown below:
The RabbitMQ plugin will automatically create a service for you that can be run with `devbox services up`. The process-compose.yaml for this service is shown below:

```yaml
processes:
Expand Down Expand Up @@ -73,4 +73,4 @@ You can override the default values of these variables using the `env` section o

The plugin will also create a default [`rabbitmq.conf`](https://github.com/jetify-com/devbox-plugins/blob/main/rabbitmq/config/rabbitmq.conf) file in your devbox.d directory, if one doesn't already exist there. This default file serves as a starting point, and you can modify it as needed.

For a full list of configuration options, see the [RabbitMQ Configuration Docs](https://www.rabbitmq.com/docs/configure)
For a full list of configuration options, see the [RabbitMQ Configuration Docs](https://www.rabbitmq.com/docs/configure)
Loading