From 29941099ebc1d7f2dbd4ae7b0512bdf18ffda27b Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Thu, 10 Apr 2025 13:47:54 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/FAQ.md b/FAQ.md index 7ae481d..185925b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -933,3 +933,14 @@ https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#9-log-in-to-your I do not think you want to get issue like this https://github.com/rustdesk/rustdesk/issues/11339 So we always upgrade custom client to newest version later, No ETA yet, but we will try our best. When it is ready, we will notify on https://github.com/rustdesk/rustdesk-server-pro/discussions + +# Panicked at library/std/src/sys/pal/unix/time.rs when running `hbbs` / `hbbr` in container + +Add below +``` +privileged: true + cap_add: + - SYS_TIME +``` +into the config for both `hbbr` & `hbbs`. +