From cf990a8a914358c4e5d58f3038ba85ac4ce4cbbe Mon Sep 17 00:00:00 2001 From: chillymattster <106633144+chillymattster@users.noreply.github.com> Date: Wed, 25 Jun 2025 21:16:25 +0200 Subject: [PATCH] Adopt hint for docker compose v2 according to review. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de17727..4c1716d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ OpenCloud Compose offers a modular approach to deploying OpenCloud with several - Basic understanding of Docker Compose concepts > [!IMPORTANT] -> The docker-compose package in Debian 12 "Bookworm" and most likely other distros based on Debian 12 is v1 instead of the required v2. Using this package will lead to a broken docker deployment. +> Please use the docker installation guide from the [Official Documentation](https://docs.docker.com/engine/install/) to ensure using docker compose v2. Official linux distro package repositories might still contain docker compose v1, e.g. Debian 12 "Bookworm". Using docker compose v1 will lead to a broken docker deployment. ### Local Development