for anyone that is having issues with the init-mongo.js file/path (it was giving me issues that I was too lazy to troubleshoot), I opted to instead create the mongodb container and then manually create the two dbs and users within and then it worked for me.    Once you're within the console of the mongodb container you can type mongosh and then: test> use unifi switched to db unifi unifi> db.createUser({ user: "unifi", pwd: "enter-your-pw", roles: [ { role: "dbOwner", db: "uni
    • Thanks
    • Like
    2