We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f67257 commit 0d17c61Copy full SHA for 0d17c61
README.md
@@ -137,6 +137,12 @@ To rebuild the site, run `docker-compose build`.
137
Note that docker-compose caches the build even if you change the source code,
138
so this will be necessary anytime you make changes.
139
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
146
#### FAQ
147
148
##### 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