Docker-compose volume storing image
In my Web API I receive images. These images should be stored, prefferable in my local directory. My project uses docker (compose).
I managed to use a volume where the images are getting stored in a folder called
However, the saved images do not appear into my specified folder on my d-drive.
docker-compose
In the future. I want to deploy this app onto my Raspberry Pi where an external hard disk will be used to store the images.
I managed to use a volume where the images are getting stored in a folder called
unfiltered_images in the docker container.However, the saved images do not appear into my specified folder on my d-drive.
docker-compose
In the future. I want to deploy this app onto my Raspberry Pi where an external hard disk will be used to store the images.
