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.
2 parents 423a4f9 + 6d5024c commit 7e2e986Copy full SHA for 7e2e986
README.md
@@ -83,7 +83,6 @@ fi
83
"${mongo_init_bin}" <<EOF
84
use ${MONGO_AUTHSOURCE}
85
db.auth("${MONGO_INITDB_ROOT_USERNAME}", "${MONGO_INITDB_ROOT_PASSWORD}")
86
-use ${MONGO_DBNAME}
87
db.createUser({
88
user: "${MONGO_USER}",
89
pwd: "${MONGO_PASS}",
readme-vars.yml
@@ -77,7 +77,6 @@ app_setup_block: |
77
78
79
80
- use ${MONGO_DBNAME}
81
82
0 commit comments