[Terramaster NAS permissions] Docker issue with excludes
Posted: 25 Feb 2025, 12:53
Hi, long time user and big fan of the app! Am setting up a more automated workflow in docker on my NAS and the last step is to get filebot to work on it. This is the command in the .yaml file -
The main error seems to be about .excludes and I've searched through forum but can't see how to either tell it not to look for excludes, or create the excludes file manually. Hopefully it's something easy and I'm just being blind.
Shell: Select all
version: '3.3'
services:
filebot:
container_name: filebot-watcher
image: rednoah/filebot:watcher
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
volumes:
- /Volume1/Plex/Downloads:/downloads:rw
- /Volume1/Plex/Media:/media:rw
command: /downloads --output /media
Shell: Select all
stderr 2025-02-25 11:42:59 "Setting up watches.
"
stderr 2025-02-25 11:42:59 "Watches established.
"
stdout 2025-02-25 11:43:15 "[INOTIFY] /downloads/The White Lotus S03E02 Special Treatments 1080p MAX WEB-DL DDP5 1 x264-NTb[EZTVx.to].mkv
"
stdout 2025-02-25 11:43:15 "[2025/02/25 11:43:15 UTC] Waiting 300 seconds for changes to settle down...
"
stderr 2025-02-25 11:48:16 "Initialize Cache folder: /data/filebot/cache
"
stderr 2025-02-25 11:48:16 "Initialize Logs folder: /data/filebot/logs
"
stderr 2025-02-25 11:48:16 "Initialize new disk cache: /data/filebot/cache/0
"
stderr 2025-02-25 11:48:17 "Feb 25, 2025 11:48:17 AM java.util.prefs.FileSystemPreferences$1 run
"
stderr 2025-02-25 11:48:17 "INFO: Created user preferences directory.
"
stdout 2025-02-25 11:48:20 "Run script [fn:amc] at [Tue Feb 25 11:48:20 UTC 2025]
"
stdout 2025-02-25 11:48:20 "Parameter: excludeList = .excludes
"
stdout 2025-02-25 11:48:20 "Parameter: unsorted = y
"
stdout 2025-02-25 11:48:20 "Parameter: music = y
"
stdout 2025-02-25 11:48:20 "Parameter: artwork = y
"
stdout 2025-02-25 11:48:20 "Argument[0]: /downloads
"
stdout 2025-02-25 11:48:21 "Failed to read excludes: /media/.excludes: /media/.excludes
"
stdout 2025-02-25 11:48:21 "Abort (×_×)
"