From ef1145b03b8bffea1d5dcaa484acdeb5d659aef8 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Sat, 18 Apr 2026 09:33:48 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/FAQ.md b/FAQ.md index 32fb967..f434278 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2002,3 +2002,16 @@ The TLS connection was blocked by the local firewall. > > That said, if this approach doesn’t align with your expectations, we fully understand and you are welcome to pass on our offering. +# Failed to upgrade rustdesk server Pro with docker compose. + +> User: Below does not work. + +``` +docker compose down +docker compose pull +docker compose up -d && docker compose logs -f +``` + +> +> User: I did an apt-get update/upgrade and it is now updated. There were a bunch of docker updates. That may have fixed it. I am on 1.8.1 now. +