larsks / docker-image-logitech-media-server

MIT License
33 stars 74 forks source link

Spotty Connect discovery doesn't work #26

Open robertaistleitner opened 4 years ago

robertaistleitner commented 4 years ago

To make Spotty device discovery work you need to modify the existing docker-compose.yml file:

  # remove all the port mappings and replace it with
  network_mode: host

Otherwise network discovery from Spotify clients are not able to discover the docker-network because of the isolated environment.

Should we add this information to the docker-compose.yml file in the repo? What do you think?