We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7549366 commit 9fc6692Copy full SHA for 9fc6692
modules/mongodb/resources/mongodb.json
@@ -13,7 +13,7 @@
13
],
14
"environment": [
15
{ "name": "MONGODB_USERNAME", "value": "${mongo_username}" },
16
- { "name": "MONGODB_ROOT_PASSWORD", "value": "${mongo_password}" },
+ { "name": "MONGODB_PASSWORD", "value": "${mongo_password}" },
17
{ "name": "MONGODB_DATABASE", "value": "${mongo_database}" }
18
19
"mountPoints": [
0 commit comments