Compose-Examples/examples/unify-network-application
L4RM4ND 910b53c0e1 add unify-network-application 2023-10-28 22:25:46 +02:00
..
README.md add unify-network-application 2023-10-28 22:25:46 +02:00
docker-compose.yml add unify-network-application 2023-10-28 22:25:46 +02:00
init-mongo.js add unify-network-application 2023-10-28 22:25:46 +02:00

README.md

References

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").

It basically defines the database name and user credentials for the unifi-network-application container.

These parameters are also referenced in the docker-compose.yml file. So either leave as is or adjust everywhere accordingly.