Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

How to give permissions to docker for accessing additional mounted volumes?

I have written in my docker-compose.yml file about giving an additional volume for docker to store and process large csv files(for speed in pandas). While downloading the file from S3, I am making a directory and then it yields me an error: Permission denied.

How can I resolve this? Dockerfile: https://pastebin.com/CpGUJTNR

Comments