"bind": invalid mount path: mount path must be absolute. how to fix?

here is the full line -
C:\Program Files\Docker\Docker\Resources\bin\docker.exe: Error response from daemon: invalid mount config for type “bind”: invalid mount path: ‘C:/Users/Carambe/AppData/Roaming/Storj/Identity/storagenode’ mount path must be absolute.

how do i fix this? can anyone send me a template because the one on the website

(docker run -d --restart unless-stopped -p 28967:28967 -p 127.0.0.1:14002:14002 -e WALLET=“0xXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX” -e EMAIL="user@example.com" -e ADDRESS=“domain.ddns.net:28967” -e BANDWIDTH=“20TB” -e STORAGE=“2TB” --mount type=bind,source="",destination=/app/identity --mount type=bind,source="",destination=/app/config --name storagenode storjlabs/storagenode:beta)

is incredibly confusing with all the destinations and i’m completely lost :confused:

On Windows it will look something like this:

--mount type=bind,source="C:\\Users\\your windows username\\AppData\\Roaming\\Storj\\Identity\\storagenode",destination=/app/identity --mount type=bind,source="D:\\StorjV3",destination=/app/config

Thank you very much! I did some more digging and found the V3 app worked on my system so just downloaded that… i feel incredibly stupid, but thanks either way