Skip to content

Commit 713c7b8

Browse files
Fix reference to rabbitmq in mongodb README.md
This fixes a copy and paste error. The README.md still doesn't reflect the directories that are used but that's a separate issue. https://github.com/jetpack-io/devbox-plugins/issues Signed-off-by: Elliott Hilaire <[email protected]>
1 parent b87f81a commit 713c7b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mongodb/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ This plugin creates the following helper files:
2727

2828
* **devbox.d/mongodb/mongod.conf** - MongoDB configuration file
2929
* **.devbox/virtenv/mongodb/data** - empty directory for holding your mongodb database
30-
* **.devbox/virtenv/rabbitmq/process-compose.yaml** - Defines the process to start the MongoDB server
30+
* **.devbox/virtenv/mongodb/process-compose.yaml** - Defines the process to start the MongoDB server
3131

3232
## Environment Variables
3333

3434
This plugin sets the following environment variables:
3535

3636
* **MONGODB_CONFIG** = {{.DevboxDir}}/mongod.conf
37-
* **MONGODB_DATA** = {{.Virtenv}}/data
37+
* **MONGODB_DATA** = {{.Virtenv}}/data

0 commit comments

Comments
 (0)