docs: add docker-compose ps command (#2150)

This commit is contained in:
Jonas L 2022-09-15 15:12:59 +02:00 committed by GitHub
parent 1114808391
commit afce6604ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -273,6 +273,7 @@ Finally, start the services, and check that they are running properly using the
```bash
docker-compose up -d
docker-compose ps
docker-compose logs -f
```