Update README.md - add detached -d to docker compose command
This commit is contained in:
parent
c6c7319b0c
commit
4a8f6b35f5
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ services:
|
||||||
```
|
```
|
||||||
4. Run docker-compose up to start the deployment of all relevant containers:
|
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:
|
5. Check if the appsec-npm and the appsec-agent containers are up and running:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue