Skip to content

Commit 9fc6692

Browse files
committed
Full featured graylog setup
* Fixed issue with mongo auth
1 parent 7549366 commit 9fc6692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mongodb/resources/mongodb.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"environment": [
1515
{ "name": "MONGODB_USERNAME", "value": "${mongo_username}" },
16-
{ "name": "MONGODB_ROOT_PASSWORD", "value": "${mongo_password}" },
16+
{ "name": "MONGODB_PASSWORD", "value": "${mongo_password}" },
1717
{ "name": "MONGODB_DATABASE", "value": "${mongo_database}" }
1818
],
1919
"mountPoints": [

0 commit comments

Comments
 (0)