You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have multiple sound cards for which I want to run this container. What are the options to use to avoid "fatal error: Could not establish a service on port 5000 -- program terminating. Is another instance of Shairport Sync running on this device?"
The text was updated successfully, but these errors were encountered:
Answer to my old question: You do this by specifying the port differently for multiple instances. For example, in the docker-compose.yml, specify for one container command: -p 5100 and command: -p 5200 for the other and command: -p 5300 for the next and so on.
I have multiple sound cards for which I want to run this container. What are the options to use to avoid "fatal error: Could not establish a service on port 5000 -- program terminating. Is another instance of Shairport Sync running on this device?"
The text was updated successfully, but these errors were encountered: