Search found 2 matches

by pahofmann
06 Mar 2023, 16:48
Forum: Help and Support
Topic: Memory (gc) error with filebot:watcher docker container
Replies: 1
Views: 712

Re: Memory (gc) error with filebot:watcher docker container

Adding

Code: Select all

--security-opt seccomp=unconfined
fixes the issue, if anyone else runs into it.
by pahofmann
06 Mar 2023, 13:35
Forum: Help and Support
Topic: Memory (gc) error with filebot:watcher docker container
Replies: 1
Views: 712

Memory (gc) error with filebot:watcher docker container

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&quo...