2025-05-30, 03:37 PM
Have you restarted the docker since adding the new mount point? If you have, can you get a bash prompt inside the docker and browse to the location to see what the container actually sees?
On linux i would do the following on the host to get access to the docker
Then the following to list the directory
Not sure how it works on Synology though.
On linux i would do the following on the host to get access to the docker
Code:
docker exec -it jelly /bin/bash
Then the following to list the directory
Code:
ls -l /comedy
Not sure how it works on Synology though.