From 56127cbba85a3efdb60bb125a15b6cb00547bc23 Mon Sep 17 00:00:00 2001 From: binhex Date: Tue, 11 Jun 2024 11:16:59 +0100 Subject: [PATCH] add in new params --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5315de4..cb07c3f 100644 --- a/README.md +++ b/README.md @@ -143,11 +143,11 @@ The list of default NS providers in the above example(s) is as follows:- 84.200.x.x = DNS Watch 37.235.x.x = FreeDNS 1.x.x.x = Cloudflare -___ +--- User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:- `id ` -___ +--- Due to issues with CSRF and port mapping, should you require to alter the port for the webui you need to change both sides of the -p 8080 switch AND set the WEBUI_PORT variable to the new port. For example, to set the port to 8090 you need to set -p 8090:8090 and -e WEBUI_PORT=8090