From 5a642d6ac8ee9924a667c2e43384cb94c2782d21 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Sun, 22 Feb 2026 15:54:54 +0100 Subject: [PATCH] Update README.md --- examples/unify-network-application/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/unify-network-application/README.md b/examples/unify-network-application/README.md index 395bb24..deeeb73 100644 --- a/examples/unify-network-application/README.md +++ b/examples/unify-network-application/README.md @@ -1,11 +1,10 @@ # References - https://hub.docker.com/r/linuxserver/unifi-network-application -- https://github.com/Haxxnet/Compose-Examples/issues/16#issuecomment-1733524477 # Notes -Note that you are mounting a file named init-mongo.js into the mongo db container. This file is necessary to initialize the mongo database (see https://hub.docker.com/_/mongo/ at "Initializing a fresh instance"). +Note that you are mounting a file named init-mongo.sh into the mongo db container. This file is necessary to initialize the mongo database (see https://hub.docker.com/_/mongo/ at "Initializing a fresh instance"). It basically defines the database name and user credentials for the unifi-network-application container.