Theriverlethe wrote: 
> Did you set —net=host?

No I haven't. I am just using a docker-compose (stack file) per below:


Code:
--------------------
    version: '2'
  
  services:
  lms:
  image: dlandon/logitechmediaserver
  container_name: lms
  environment:
  - PUID=1000
  - PGID=100
  - TZ=Europe/London
  ports:
  - 3483:3483
  - 3483:3483/udp         # slimproto
  - 9000:9000             # slimproto
  - 9090:9090             # http frontend port 9000 was blocked by portainer
  volumes:
  - /srv/dev-disk-by-label-Monkey/AppData/LMS:/config:rw  # adjust to your 
folders
  - /srv/dev-disk-by-label-Hippo/Music:/music             # adjust to your 
folders
  restart: unless-stopped
  
--------------------


When I start the LMS docker container, it all seems to work (e.g. when I
go to the LMS UI etc) but on my container logs, I do get this
'!!!!!ERROR LOADING CONFIG FILE!!!!' - so this cannot be good?


Code:
--------------------
    
  
  Start Logitech Media Server...
  
  
  [20-06-14 07:36:52.4301] main::init (388) Starting Logitech Media Server 
(v8.0.0, 1588308753, Fri May  1 07:22:06 CEST 2020) perl 5.026001 - 
x86_64-linux-gnu-thread-multi
  
  
  [07:36:55.287168] main:1269 Starting squeeze2cast version: v1.40.3 (Jun  8 
2020 @ 10:08:46)
  
  
  [07:36:55.287281] main:1277 
  
  
  
  
  !!!!!!!!!!!!!!!!!! ERROR LOADING CONFIG FILE !!!!!!!!!!!!!!!!!!!!!
  
  
  
  
  [07:36:55.287383] Start:1038 Binding to 172.22.0.2:49152
  
  
  
--------------------


------------------------------------------------------------------------
tannaroo's Profile: http://forums.slimdevices.com/member.php?userid=69547
View this thread: http://forums.slimdevices.com/showthread.php?t=112378

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to