From 8242a4b6a62d85b64c0495e0754640d6a1d225b8 Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Sun, 10 Mar 2024 01:35:01 +0100 Subject: [PATCH] update --- unifi/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unifi/readme.md b/unifi/readme.md index d294b2a..a63e2ee 100644 --- a/unifi/readme.md +++ b/unifi/readme.md @@ -48,9 +48,9 @@ Reports are that raspberry pi 4 users need to go for that v3.6 Big help to get this going cleanly was [this repo](https://github.com/GiuseppeGalilei/Ubiquiti-Tips-and-Tricks), from [this](https://www.reddit.com/r/Ubiquiti/comments/18stenb/unifi_network_application_easy_docker_deployment/) reddit post.
-First time Ive seen configs used in compose this way, saved bother of doing -a separate `mongo-init.js` file that for some reason did not work for me. -I improved it a bit by using variables so stuff can be set just in `.env` +First time Ive seen `configs` used in compose this way, saved a bother of doing +a separate mounting of `mongo-init.js`, that for some reason did not work for me. +Here it is improved a bit by using variables, so stuff can be set just in `.env`