From ff8f42c22cab89ab23f9d24dba6f86a7e101741f Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 16 May 2023 15:46:32 +0100 Subject: [PATCH] Require mandatory encryption key --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 171986e..29385d5 100644 --- a/compose.yml +++ b/compose.yml @@ -4,7 +4,7 @@ version: "3.8" services: app: image: rustdesk/rustdesk-server:1.1.6 - command: "hbbs -r $DOMAIN:21117" + command: "hbbs -r $DOMAIN:21117 -k _" networks: - proxy volumes: @@ -46,7 +46,7 @@ services: signal: image: rustdesk/rustdesk-server:1.1.6 - command: hbbr + command: ["hbbr", "-k", "_"] networks: - proxy ports: