Ignore the previous post. I finally got it to work!!! Removed the line "-v "/etc/TZ":"/etc/timezone":ro ". Wow, this is much simpler than I thought. Thank you everyone for your hints and guidance. Thank you, Huey for your last post which nailed it!
sudo docker run \ --name logitech-media-server \ --restart=unless-stopped \ --net=host \ -v "/volume1/Docker/LMS/config":"/config":rw \ -v "/volume1/Music/Music Library":"/music":ro \ -v "/volume1/Docker/LMS/playlist":"/playlist":rw \ -v "/etc/localtime":"/etc/localtime":ro \ -p 9000:9000/tcp \ -p 9090:9090/tcp \ -p 3483:3483/tcp \ -p 3483:3483/udp \ -e PGID=65537 \ -e PUID=1029 \ lmscommunity/logitechmediaserver:stable ------------------------------------------------------------------------ viperrabbit's Profile: http://forums.slimdevices.com/member.php?userid=72101 View this thread: http://forums.slimdevices.com/showthread.php?t=115181 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
