I've been running filebot watcher as a container for a long time successfully, here is the docker command: docker run \ -it \ --restart always \ --detach \ --name filebot \ -v /mnt/media:/volume1 \ -v /opt/downloads:/volume2 \ -v /opt/filebot/data:/data \ --env INOTIFYWAIT_OPTS="--recursive" rednoah ...