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 efe7f30a..56dccad9 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 efe7f30a..56dccad9 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.