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