Volume mounting issue. What am I doing wrong? #2247
Unanswered
hsb-tonmoy
asked this question in
Q&A
Replies: 1 comment
-
This is not an audiobookshelf issue, it is an issue with docker on windows and network shares (I’m guessing Z is a network drive?). You can create a docker volume using something like: docker volume create --driver local --opt type=cifs --opt o=user=USERNAME,password=PASSWORD,rw --opt device="\192.168.XXXX.XXX\Storage\Audiobooks Sorted" audiobooks And then in your compose you mount the volume: audiobooks:/audiobooks (You may get more help live on discord because it’s easier to troubleshoot back and forwards) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is my docker-compose.yml:
My Z drive has a structure like this:
Z:\Books\Neil deGrasse Tyson\Astrophysics for People in a Hurry\audiobook.mp3
But when I try to add a library and map that folder, I get this:
Beta Was this translation helpful? Give feedback.
All reactions