Skip to content

Commit 35b9265

Browse files
authored
Fix errors on rabbitMQ + Index Page (#2052)
## Summary TSIA ## How was it tested? localhost + npm run build
1 parent 6186add commit 35b9265

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/app/docs/devbox_examples/databases/rabbitmq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ processes:
4646
4747
The `rabbitmq` process starts the server as a daemon in the background, and shuts it down whenever you terminate process compose. The `rabbitmq-logs` service will tail the logs of process-compose, and display them in the process-compose UI. You can configure the services by modifying the environment variables as described below.
4848

49-
If you want to create your own version of the mongodb service, you can create a process-compose.yaml in your project's root, and define a new process named `rabbitmq`. For more details, see the [process-compose documentation](https://f1bonacc1.github.io/process-compose/)
49+
If you want to create your own version of the RabbitMQ service, you can create a process-compose.yaml in your project's root, and define a new process named `rabbitmq`. For more details, see the [process-compose documentation](https://f1bonacc1.github.io/process-compose/)
5050

5151
## Environment Variables
5252

docs/app/docs/devbox_examples/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ You can view the full list of examples in our [Example Repo](https://github.com/
2222

2323
## Databases
2424
* [MariaDB](databases/mariadb.md)
25+
* [MongoDB](databases/mongodb.md)
2526
* [MySQL](databases/mysql.md)
2627
* [PostgreSQL](databases/postgres.md)
28+
* [RabbitMQ](databases/rabbitmq.md)
2729
* [Redis](databases/redis.md)
2830

2931
## Servers

0 commit comments

Comments
 (0)