Open icbob99 opened 2 years ago
Replacing $PWD
with ${PWD}
should be fine both for Windows (powershell) and Linux:
docker run -d --user 520:520 -p 8080:8080 -p 6881:6881/tcp -p 6881:6881/udp -v ${PWD}/config:/config -v ${PWD}/torrents:/torrents -v ${PWD}/downloads:/downloads wernight/qbittorrent
Hi, you have Linux example of run command. I suggest to add lso for Win: