Skip to content

Commit 5ed7d96

Browse files
committed
nolog: add fix for win
1 parent d311f4c commit 5ed7d96

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/os/windows.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ The best approach is treating the WSL distro as a remote server and using it to
1414
This means that it is best practice to use git inside the distro. You can open any project in VSCode
1515
by typing `code .` in the respective directory.
1616

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

Comments
 (0)