Update README.md - add detached -d to docker compose command

This commit is contained in:
clutat
2023-12-20 11:56:28 +01:00
committed by GitHub
parent c6c7319b0c
commit 4a8f6b35f5

View File

@@ -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:
```