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. +