From 4a8f6b35f5d8d70910c424213b8dc70f4aead5f5 Mon Sep 17 00:00:00 2001 From: clutat <104208687+clutat@users.noreply.github.com> Date: Wed, 20 Dec 2023 11:56:28 +0100 Subject: [PATCH] Update README.md - add detached -d to docker compose command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bddfc3e5..67bcc04c 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ services: ``` 4. Run docker-compose up to start the deployment of all relevant containers: ``` -docker-compose up +docker-compose up -d ``` 5. Check if the appsec-npm and the appsec-agent containers are up and running: ```