From 7f4954928b375e275fe038b05b5d52efdeb934a3 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Sat, 3 Jan 2026 10:50:18 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FAQ.md b/FAQ.md index 54959fe..964a126 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1224,6 +1224,9 @@ Case 3: > As you correctly pointed out, the problem was caused by two hbbs processes running simultaneously – one via Docker and one started manually via systemd. This led to a port conflict and ultimately resulted in the clients receiving the “keys do not match” error. +Case 4: + +> I already host another new console with fresh, thanks. The issue is my docker-compose.yml not configure properly, so the db.sqlite3, d_ed25519 and id_ed25519.pub (keys) was not keep in /data, it keep somewhere like temporary folder, every time restart docker, the db.sqlite3 was regenerated. # RustDesk Service service terminated unexpectedly