From 5a1168c77b6ab3ef79073033467660359abb6821 Mon Sep 17 00:00:00 2001 From: benya Date: Thu, 30 Jul 2026 01:48:35 +0300 Subject: [PATCH] docs: update server release example --- docs/docker-compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker-compose.md b/docs/docker-compose.md index f9f3421..aed22da 100644 --- a/docs/docker-compose.md +++ b/docs/docker-compose.md @@ -62,7 +62,7 @@ For a production deployment, pin the server release in `.env` and use the releas overlay. This pulls the server and tunnel images published by the same `server-v*` tag: ```dotenv -RMM_RELEASE_VERSION=0.8.0 +RMM_RELEASE_VERSION=0.8.1 ``` ```powershell