Skip to content
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