Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 3c8a7e0

Browse files
committed
Add readme for killing containers
1 parent 88b6da1 commit 3c8a7e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ Running migrations:
5858
docker-compose run backend rake db:migrate
5959
```
6060

61+
Killing the application (and remove data volumes):
62+
63+
```
64+
docker-compose down --volumes
65+
```
66+
6167
# Architecture
6268

6369
The application can be built using `docker-compose up --build`.

0 commit comments

Comments
 (0)