Hi there, I have a Docker synchronization problem ...
# docker
b
Hi there, I have a Docker synchronization problem with Windows 10 and Ubuntu 20.04. Any change, whether made in a Twig file or elsewhere, will not be reflected. Docker commands such as docker/sdk cli vendor/bin/yves routercachewarm-up or docker/sdk console cache:empty-all also do not solve the problem. I can only see the change after running docker/sdk stop and docker/sdk up. Does anyone here have a similar problem and knows how to solve it ? Thanks very much.
b
The only problem i know of, that produces this behaviour is: You have not the project-files inside the WSL2-machine, but use a "/mnt/.."-Path. Is that correct?
b
Hello Sven, Thank you for the quick reply. The project is in a "/home/..." path within the WSL2 machine.
b
what IDE do you use and is it inside WSL2 or in Windows? -> There is a Problem with PHPStorm (And other IntelliJ) with versions from before a month or so When in Windows, the file-update is not propagated correctly
Also having the wsl-mount as a virtual drive helps
like this:
b
I'm using PHPStor 2021.3.2 on Windows. The latest version. I try to create a virtual drive for the wsl-mount.
👍 1
b
from what i heard, that should help