With compose you would run my docker with something like this. But i haven't tested it... ------------- version: "3" lms: image: snoopy86/logitechmediaserver volumes: - /etc/localtime:/etc/localtime:ro - <music folder>:/music:ro - <config folder>:/config:rw - /var/run/dbus:/var/run/dbus:rw ports: - "9000:9000" network_mode: bridge devices: - /dev/snd restart: unless-stopped -------------
------------------------------------------------------------------------ snoopy86's Profile: http://forums.slimdevices.com/member.php?userid=64826 View this thread: http://forums.slimdevices.com/showthread.php?t=111828 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
