dasos wrote: 
> So I don't use Windows, but I do see many people struggling with
> permissions. Why not use a volume?  It's generally not recommended to
> persist data using a bind mount (but I know it is super common). Anyway,
> try something like this. You can add port mappings if you prefer. :)
> > 
Code:
--------------------
  >   > 
  > version: "2"
  > services:
  > lms:
  > image: doliana/logitech-media-server
  > network_mode: host
  > volumes:
  > - M:\ServerFolders\music:/srv/music
  > - K:\Docker\timezone:/etc/timezone:ro
  > - lms_config:/srv/squeezebox
  > volumes:
  > lms_config:
  > 
--------------------
> > 

I agree that Docker Volumes are the preferred way for persistent data in
a Docker setup nowadays. Therefore I intend to focus on this after my
final testing of the amentioned library rescan tests.



*Living Room:* HifiBerry DAC+ Pro & piCorePlayer
*Attic:* HifiBerry DAC+ RCA & piCorePlayer
*Kitchen:* SB Radio
*Other rooms:* 4x SB Radio
------------------------------------------------------------------------
zordaz's Profile: http://forums.slimdevices.com/member.php?userid=61726
View this thread: http://forums.slimdevices.com/showthread.php?t=111828

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to