From d83537bd95f9d56354f60e5574f66beee038911b Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Sat, 21 Jun 2025 00:44:20 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 1168b26..1cc6326 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1201,4 +1201,6 @@ Then restart the container. You can see the change from the [logs of `hbbr`](htt # logs of `hbbs` and `hbbr` (RustDesk Server) -If you install with `install.sh` or deb, the logs files are `hbbr.log` and `hbbs.log` under `/var/log/rustdesk-server/`. If you install with Docker, please use command `docker logs hbbs` and `docker logs hbbr` \ No newline at end of file +If you install with `install.sh` or deb, the logs files are `hbbr.log` and `hbbs.log` under `/var/log/rustdesk-server/`. + +If you install with `Docker`, please run `docker logs hbbs` and `docker logs hbbr` \ No newline at end of file