From 089e10802627de7be4d0aead8f25c89104f4908d Mon Sep 17 00:00:00 2001 From: enter-a-random-username <112093608+enter-a-random-username@users.noreply.github.com> Date: Fri, 17 May 2024 22:04:24 +0200 Subject: [PATCH] Update README.md docker compose is a plugin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ecd030..7f2d9a5 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Images are available in the following registries: One can get started quickly by using the example [`docker-compose.yml`](https://github.com/thelounge/docker-lounge/blob/master/docker-compose.yml) file. [What is docker-compose?](https://docs.docker.com/compose/) ```sh -$ docker-compose up --detach +$ docker compose up --detach ``` or starting a container manually: