This message was deleted.
# rancher-desktop
a
This message was deleted.
1
f
Do you have
COMPOSE_CONVERT_WINDOWS_PATHS
set? Can you unset it, and see if that fixes it?
m
I didn't had that and setting it didn't affected anything even unsetting or setting it to 1 or 0. Still mounted paths with docker-compose.yml are empty. Cleaned everything up, removed rancher desktop, removed all VMs it created, uninstalled WSL, and removed all settings directories I could find. Still the same. Currently it's only me that is affected and only in WSL.
I checked container info and it does have this there. which in my eyes is perfectly valid:
Copy code
{
                "Type": "bind",
                "Source": "/home/jtiainen/code/keycom-dev/keycom",
                "Destination": "/app/keycom",
                "Mode": "",
                "RW": true,
                "Propagation": "rprivate"
            },
And when running same with docker run -v /home/jtiainen/code/keycom-dev/keycom:/app/keycom I see this:
Copy code
{
  "Type": "bind",
  "Source": "/mnt/wsl/rancher-desktop/run/docker-mounts/313d1e92-33f7-4c36-818e-81024bf8cd62",
  "Destination": "/app/keycom",
  "Mode": "",
  "RW": true,
  "Propagation": "rprivate"
}