mirror of
https://github.com/linuxserver/docker-unifi-network-application.git
synced 2025-03-05 20:59:58 -08:00
Compare commits
No commits in common. "814c20591674c8878ecea4455522c441d3e73425" and "40da3b986533b49aee1c8bc4e732c4aa5ff60fdd" have entirely different histories.
814c205916
...
40da3b9865
|
@ -75,9 +75,9 @@ app_setup_block: |
|
|||
mongo_init_bin='mongo'
|
||||
fi
|
||||
"${mongo_init_bin}" <<EOF
|
||||
use ${MONGO_AUTHSOURCE}
|
||||
use "{MONGO_AUTHSOURCE}"
|
||||
db.auth("${MONGO_INITDB_ROOT_USERNAME}", "${MONGO_INITDB_ROOT_PASSWORD}")
|
||||
use ${MONGO_DBNAME}
|
||||
use "${MONGO_DBNAME}"
|
||||
db.createUser({
|
||||
user: "${MONGO_USER}",
|
||||
pwd: "${MONGO_PASS}",
|
||||
|
|
Loading…
Reference in a new issue