mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-06-08 20:20:04 +08:00
Add hint in readme to not use docker compose v1
This commit is contained in:
@@ -17,10 +17,13 @@ OpenCloud Compose offers a modular approach to deploying OpenCloud with several
|
|||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
- Docker and Docker Compose installed
|
- Docker and Docker Compose v2 installed.
|
||||||
- Domain names pointing to your server (for production deployment)
|
- Domain names pointing to your server (for production deployment)
|
||||||
- Basic understanding of Docker Compose concepts
|
- 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
|
### Local Development
|
||||||
|
|
||||||
1. **Clone the repository**:
|
1. **Clone the repository**:
|
||||||
|
|||||||
Reference in New Issue
Block a user