HydraPlay icon indicating copy to clipboard operation
HydraPlay copied to clipboard

Exposed constainer ports

Open RaionFuyu opened this issue 2 years ago • 1 comments

EXPOSE 32768-61000

Are these ports really all necessary? I use Unraid with a custom network and all exposed ports are displayed in a list, the interface takes a long time to load because the list is too long.

It's a great project, thanks a lot for that.

RaionFuyu avatar May 16 '22 14:05 RaionFuyu

Hi,

Are these ports really all necessary? I use Unraid with a custom network and all exposed ports are displayed in a list, the interface takes a long time to load because the list is too long.

only the following ports are needed

  - 8080:8080 (web)
  - 1780:1780 (snapcast)
  - 1704:1704 (snapcast)
  - 1705:1705 (snapcast)
  
  - 6680-6690:6680-6690 ( port range for mopidy instances, in this case you are able to use up to 10 mopidies as stream)

I will fix that in the docker file within the next release.

It's a great project, thanks a lot for that.

Thanks.

mariolukas avatar May 16 '22 18:05 mariolukas