Hi Michael,

I'm very happy i found this so i can make my squeezebox radio to use
again. I used to have the DAC with the remote also, but it died :-(. I
have been using LMS like forever on my now very, very slow qnapts219 and
on my mac and PC. But now i have raspberry PI 4 8GB with a lot of docker
instances running for 24/7. The image is running fine for me with this
docker compose.yml

services:
lms:
image: lmscommunity/logitechmediaserver:latest
container_name: logtech-media-server
restart: unless-stopped
## uncomment the following line if you want to be able to discover
other
## LMS servers in the network
#   network_mode: host
volumes:
- /etc/localtime:/etc/localtime:ro
- /disks/ARGON/Jukebox:/music:ro #My library
- /disks/ARGON/playlists:/playlists. # MY playlist (not used)
ports:
- 9000:9000
- 9090:9090
- 3483:3483
- 3483:3483/udp
environment:
- PUID=1000
- PGID=1000


------------------------------------------------------------------------
Hellsblade's Profile: http://forums.slimdevices.com/member.php?userid=4283
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