Require mandatory encryption key

This commit is contained in:
3wc 2023-05-16 15:46:32 +01:00
parent 36318c4733
commit ff8f42c22c
1 changed files with 2 additions and 2 deletions

View File

@ -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: