You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -213,6 +213,18 @@ See detailed documentation about development workflow with dockergento
213
213
214
214
*[Docker Images List](docs/docker_images.md)
215
215
216
+
## Troubleshooting
217
+
218
+
### Named volumes suddenly binded to host
219
+
220
+
There is bug in docker that causes volumes to stop working and start behabing like a binded mount. If you notice a performance decrease, try the following:
221
+
222
+
*`dockergento volumes-check`
223
+
224
+
In case of confirmation that volumes are broken, restart dockergento
0 commit comments