I have the synology native apk installed on my synology nas (ds1819+) and works perfect!! (with a lifetime license).
I use a docker container to download, all perfect and put the files in a /downloads folder. easy
I want to launch a script (simple .sh) in the docker container (because this script launches automatically when a dowload finish) and use de filebot to rename and move.
My problem is that filebot by default is installed in /volume1/@appstore/filebot/filebot.sh and docker dont see this folder and cant access to it

anyone know if i can launch the filebot.sh from this docker container? i what to use my synology native apk because i use filebot node from other purposes

thanks!