diff --git a/docker-compose.yml b/docker-compose.yml index 606811e..e406cc7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -113,8 +113,7 @@ services: sup-hbbs: image: rustdesk/rustdesk-server:latest - # command: hbbs -r ${RUSTDESK_DOMAIN}:21117 -k _ - command: hbbs -r ${RUSTDESK_DOMAIN}:21117 -k "" + command: hbbs -r ${RUSTDESK_DOMAIN}:21117 -k _ restart: unless-stopped ports: - '21115:21115/tcp'