#Cant see local libraries

1 messages · Page 1 of 1 (latest)

warped granite
#

ok, to clarify what this line means /mnt/media/bumps:/path/to/local/media:ro

#

/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

flat shore
#

ohhhhh

#

okay that makes more sense

#

let me try that

warped granite
#

source:destination:flags

flat shore
#

so i could do /mnt/media/bumps:/bumps:ro if i wanted to put /bumps in the web interface for a new local library

warped granite
#

yep

flat shore
#

awesome that is much easier to understand

viscid abyss
#

ie: /mnt/media/bumps:/mnt/media/bumps