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.