From b0a7fa3851cc0fd90e2858b5079c67222f0b25b7 Mon Sep 17 00:00:00 2001 From: chillymattster <106633144+chillymattster@users.noreply.github.com> Date: Wed, 25 Jun 2025 13:37:08 +0200 Subject: [PATCH] Add hint in readme to not use docker compose v1 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14a3d46..de17727 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,13 @@ OpenCloud Compose offers a modular approach to deploying OpenCloud with several ### Prerequisites -- Docker and Docker Compose installed +- Docker and Docker Compose v2 installed. - Domain names pointing to your server (for production deployment) - 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. + ### Local Development 1. **Clone the repository**: