From 0bb8de144f8267b603a0b16d686a5565f264e19e Mon Sep 17 00:00:00 2001 From: Ross Patterson Date: Wed, 17 Apr 2024 21:07:06 -0700 Subject: [PATCH] Add Compose V2 command to readme (#1154) Co-authored-by: root@library.moodysalon.net Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12f0589..e0b30aa 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ Supported architectures are: | ARM32 | linux/arm/v7 | | ARM64 | linux/arm64 | -We provide a `docker-compose.yml` configuration file. Clone this repository and execute `docker-compose up -d` to start +We provide a `docker-compose.yml` configuration file. Clone this repository and execute +`docker-compose up -d` _(Compose V1)_ or `docker compose up -d` _(Compose V2)_ to start the container. If you prefer the `docker cli` execute the following command.