1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-20 07:48:06 +02:00

corrections to readme.md

Signed-off-by: Ignacio Van Droogenbroeck <ignacio@vandroogenbroeck.net>
This commit is contained in:
Ignacio Van Droogenbroeck 2020-05-24 14:43:03 -03:00
parent c56b7b7980
commit 406275d8bf

View file

@ -71,5 +71,5 @@ Stop and remove the containers
$ docker-compose down
To delete all data, remove all named volumes by passing the `-v` arguments:
```
docker-compose down -v
<code>$ docker-compose down -v</code>