From a76826651a5e8c304a8973909fbae0a6135029ea Mon Sep 17 00:00:00 2001 From: Anja Barz Date: Wed, 12 Aug 2026 08:40:24 +0200 Subject: [PATCH] change the stable branch to the actual one --- .../container/docker-compose/production-considerations.md | 2 +- .../container/docker-compose/production-considerations.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/getting-started/container/docker-compose/production-considerations.md b/docs/admin/getting-started/container/docker-compose/production-considerations.md index efe7f30ad..56dccad97 100644 --- a/docs/admin/getting-started/container/docker-compose/production-considerations.md +++ b/docs/admin/getting-started/container/docker-compose/production-considerations.md @@ -68,7 +68,7 @@ By default, the `main` branch of the `opencloud-compose` repository tracks the r For production deployments, use the current `stable-*` branch instead, for example: ```bash -git checkout stable-4.0 +git checkout stable-7.2 ``` Stable branch names change over time as new stable releases become available. Moving from one stable-\* branch to another is an update and should be handled accordingly. diff --git a/versioned_docs/version-7.2/admin/getting-started/container/docker-compose/production-considerations.md b/versioned_docs/version-7.2/admin/getting-started/container/docker-compose/production-considerations.md index efe7f30ad..56dccad97 100644 --- a/versioned_docs/version-7.2/admin/getting-started/container/docker-compose/production-considerations.md +++ b/versioned_docs/version-7.2/admin/getting-started/container/docker-compose/production-considerations.md @@ -68,7 +68,7 @@ By default, the `main` branch of the `opencloud-compose` repository tracks the r For production deployments, use the current `stable-*` branch instead, for example: ```bash -git checkout stable-4.0 +git checkout stable-7.2 ``` Stable branch names change over time as new stable releases become available. Moving from one stable-\* branch to another is an update and should be handled accordingly.