From ad91ae639641321ef5e644802b51d2baf8c8867e Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Fri, 23 Sep 2016 17:11:44 +0100 Subject: [PATCH] add info about securing webui to setting up application section --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 418e478..c847386 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,9 @@ In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as bel Webui is on port 9091, the settings.json file in /config has extra settings not available in the webui. Stop the container before editing it or any changes won't be saved. -## Securing the webui with a username/password, this requires 3 settings to be changed in the settings.json file. +## Securing the webui with a username/password. + +this requires 3 settings to be changed in the settings.json file. `Make sure the container is stopped before editing these settings.`