#Cant see local libraries
1 messages · Page 1 of 1 (latest)
/mnt/media/bumps is the folder on your host machine
/path/to/local/media is the folder that it will create in docker (and expose the contents of /mnt/media/bumps from the host)
ro just means read-only
so if you are trying to add /mnt/media/bumps to a library, that will not work because the files are not there
the line would need to be /mnt/media/bumps:/mnt/media/bumps:ro for that to work
ill probably switch to the mount syntax which is easier to understand
source:destination:flags
so i could do /mnt/media/bumps:/bumps:ro if i wanted to put /bumps in the web interface for a new local library
yep
awesome that is much easier to understand
word of advice, unless you have very good reasons not to (aka: the app told you so, or something else), use the real path on the other side too
ie: /mnt/media/bumps:/mnt/media/bumps