Search found 2 matches

by chef1702
11 Apr 2019, 07:31
Forum: Help and Support
Topic: docker filebot:watcher error after update 4.8.5
Replies: 2
Views: 2050

Re: docker filebot:watcher error after update 4.8.5

Thanks for your response and for putting the code in code blocks (missed that :roll: )
by chef1702
11 Apr 2019, 06:38
Forum: Help and Support
Topic: docker filebot:watcher error after update 4.8.5
Replies: 2
Views: 2050

docker filebot:watcher error after update 4.8.5

I just updated my docker container to filebot:watcher 4.8.5 and after using the same start command like before I got an error message.

Start cmd:
docker run -d --restart unless-stopped --name filebot \
-v /srv/.../sort:/watch \
-v /srv/.../series:/Share \
-v /home/.../filebot/data:/data \
rednoah ...