I installed MKVtoolnix via the container manager on my Synology NAS. This all worked fine. I can connect via the web browser. I can open an MKV file in the info tool. When I add an mkv file to the multiplexer I get an error:
Storing result in cache failed:
saving the file ‘/config/xdg/cache/bunkus.org/mkvtoolnix-gui/fileIdentifier/fa6a00fff6f9e6a07ed336f37a76b177’ failed. Error message from the system: No such file or directory
my configuration:
version: ‘3’
services:
mkvtoolnix:
image: jlesage/mkvtoolnix
ports:
- “5800:5800”
volumes:
- “/volume2/docker/mkvtoolnix:/config:rw”
- “/volume1/SSD/ds download station:/storage:rw”
environment:
- “WEB_LISTENING_PORT=5800”
- “USER_ID=1026”
- “GROUP_ID=100”
what’s going wrong?
