Closed pcwii closed 3 years ago
Sounds like an issue specific to your docker host.
Best way forward is you fix this in your local ripper.sh
I will gladly review and merge a pull request of your solution
Thanks, I will have a look. I thought that I could fix it by adding the user: 1000:1000
to the container but that only resulted in issues accessing the cd-drive
Changing the ripper.sh file did the trick for me. Is there a way to change/reduce the polling time for the inserted disk.
Sound great! What exactly did you change? A pull request will gladly be reviewed ;)
The polling time of 60 seconds is also part of the ripper.sh (just change the sleep 1m
line to your liking
The application works as expected but whenever a directory is created for the rip storage it does not use the permission of the docker user but creates all files / folders with permission '99'