We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d311f4c commit 5ed7d96Copy full SHA for 5ed7d96
1 file changed
docs/os/windows.md
@@ -14,3 +14,7 @@ The best approach is treating the WSL distro as a remote server and using it to
14
This means that it is best practice to use git inside the distro. You can open any project in VSCode
15
by typing `code .` in the respective directory.
16
17
+> **Known Issue with Docker**: ssdev uses bind mounts for the host data (the web directory), but it seems like there is a
18
+> problem remounting these mounts after a restart of your computer. The quickfix is rather simple: delete the
19
+> `<project>_host_data` volume using the GUI or the docker command in WSL. After that, `ssdev up` will work correctly
20
+> again.
0 commit comments