mirror of
https://github.com/linuxserver/docker-unifi-network-application.git
synced 2025-02-02 08:41:55 -08:00
fix tYpo hidden error
This commit is contained in:
parent
423a4f926d
commit
6d5024c61b
|
@ -83,7 +83,6 @@ fi
|
|||
"${mongo_init_bin}" <<EOF
|
||||
use ${MONGO_AUTHSOURCE}
|
||||
db.auth("${MONGO_INITDB_ROOT_USERNAME}", "${MONGO_INITDB_ROOT_PASSWORD}")
|
||||
use ${MONGO_DBNAME}
|
||||
db.createUser({
|
||||
user: "${MONGO_USER}",
|
||||
pwd: "${MONGO_PASS}",
|
||||
|
|
|
@ -77,7 +77,6 @@ app_setup_block: |
|
|||
"${mongo_init_bin}" <<EOF
|
||||
use ${MONGO_AUTHSOURCE}
|
||||
db.auth("${MONGO_INITDB_ROOT_USERNAME}", "${MONGO_INITDB_ROOT_PASSWORD}")
|
||||
use ${MONGO_DBNAME}
|
||||
db.createUser({
|
||||
user: "${MONGO_USER}",
|
||||
pwd: "${MONGO_PASS}",
|
||||
|
|
Loading…
Reference in a new issue