docs: update server release example

This commit is contained in:
benya
2026-07-30 01:48:35 +03:00
parent 8a9f69dd07
commit 5a1168c77b
+1 -1
View File
@@ -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