dwaaan / HRConvert2-Docker

87 stars 17 forks source link

Expose temporary folder where file are uploaded #2

Closed mada199122 closed 2 years ago

mada199122 commented 3 years ago

Dear Dev, Is it possible to expose as a volume the folder where the files are uploaded please? Thanks

zelon88 commented 3 years ago

Hello,

It is possible using mount binds. mount -t none -o bind /home/converter /new/mount/location https://superuser.com/questions/663213/two-distinct-mount-points-with-one-device

dwaaan commented 3 years ago

Hi @zelon88, assuming files are uploaded into a directory that is not used by anything else, I can add this as a volume in the docker-compose file, let me know

dwaaan commented 2 years ago

added as optional in docker-compose.yml - just uncomment the line under volumes