1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-19 15:28:06 +02:00
This commit is contained in:
Alok Tibrewala 2025-03-17 07:08:37 +00:00 committed by GitHub
commit 2542ff689a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,7 +101,7 @@ a local environment by going into the root directory of each one and executing:
```console
docker compose up -d
```
Run `docker compose ps` to verify services are up.
Check the `README.md` of each sample to get more details on the structure and
what is the expected output.
To stop and remove all containers of the sample application run: