Hello,
I’m starting in docker, so sorry for my inexpertise.
I had a radar-sonarr envoirment( VM) .Decided to move it to Docker Desktop and containers.
I made it work but have troubles with the file system. I want to download the files and view it from a external hard drive through usb.
I declare the volume through the docker compose, but after the containers don’t see the files inside the folders.
I show you how I declare the volume.
“
- volumes:
- /appdata/sonarr:/config
- D:/Downloads:/data
Thx for your help.