mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-02-14 16:54:24 +01:00
add unify-network-application
This commit is contained in:
12
examples/unify-network-application/README.md
Normal file
12
examples/unify-network-application/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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").
|
||||
|
||||
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.
|
||||
Reference in New Issue
Block a user