From abb5a235dbbf1881ab8dc23e620cf532ce97153e Mon Sep 17 00:00:00 2001 From: Mathieu Ponton <mponton@grandlyon.com> Date: Wed, 12 Jun 2024 08:04:13 +0000 Subject: [PATCH] fix(docker): update docker command to launch the stack --- docs/ecolyo/Technical/0-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ecolyo/Technical/0-getting-started.md b/docs/ecolyo/Technical/0-getting-started.md index 14391f4..61d6a0a 100644 --- a/docs/ecolyo/Technical/0-getting-started.md +++ b/docs/ecolyo/Technical/0-getting-started.md @@ -36,7 +36,7 @@ Once the application is started, run the easy-cozy stack with docker. Launch the stack with the following command: ```sh -docker-compose up +docker compose up -d ``` :::note If you have an access denied issue -- GitLab