This repository was archived by the owner on Feb 9, 2020. It is now read-only.

Description
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?