You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting it in the filebot.conf isn't going to be effective. The startup script appends the environment variables to the end of filebot.conf, overriding whatever you put in there. The resulting file is in /files/FileBot.conf within the container.
Setting it as an environment variable works for me. I added -e UMASK=0022 to my docker run command, and it seems to be passed all the way down:
Hi,
just upgraded to the latest coppit/docker-filebot version and it seems something has changed in the handling of umask.
I start the container with docker-compose with the following config:
I've also added this to the end of my filebot.conf:
But when starting I see in the logs:
It is a bit annoying because folder permissions are now 777 and files are 666. Anyone know how to fix this?
The text was updated successfully, but these errors were encountered: