From b8b593edc7477a4c554562a563631aedc079f847 Mon Sep 17 00:00:00 2001 From: ich777 Date: Sun, 4 Jun 2023 21:45:36 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8092ff0..0cd5190 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ Please be sure to create the password first inside the container, to do that ope Unraid: close the console, edit the template and create a variable with the `Key`: `TURBOVNC_PARAMS` and leave the `Value` empty, click `Add` and `Apply`. -All other platforms running Docker: create a environment variable `TURBOVNC_PARAMS` that is empty or simply leave it empty: +All other platforms running Docker: create a environment variable `TURBOVNC_PARAMS` that is empty or like this: ``` - --env 'TURBOVNC_PARAMS=' + --env 'TURBOVNC_PARAMS=-securitytypes VNC' ``` This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!