Skip to content

Commit 0d17c61

Browse files
GuillaumeGomezJoshua Nelson
authored and
Joshua Nelson
committed
Add instructions on how to reset docker volumes
1 parent 0f67257 commit 0d17c61

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
@@ -137,6 +137,12 @@ To rebuild the site, run `docker-compose build`.
137137
Note that docker-compose caches the build even if you change the source code,
138138
so this will be necessary anytime you make changes.
139139

140+
If you want to completely clean up the database, don't forget to remove the volumes too:
141+
142+
```
143+
$ docker-compose down --volumes
144+
```
145+
140146
#### FAQ
141147

142148
##### I keep getting the error `standard_init_linux.go:211: exec user process caused "no such file or directory"` when I use docker-compose.

0 commit comments

Comments
 (0)