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
docker-compose down to stop the container gracefully OR
^C stops the container when attached with docker-compose up (i.e. without the -d flag).
After stopping the container , the speakers are still listed as airplay destinations on iOS.
Running without docker as a systemd service (i.e., the regular way to run shairport) service shairport-sync stop will stop the service, and the speakers no longer appear as destinations.
To Investigate
Is there a docker hook so we can run the same thing that service shairport-sync stop or systemctl stop shairport-sync does?
What do those commands currently do?
The text was updated successfully, but these errors were encountered:
To Repro
docker-compose down
to stop the container gracefully OR^C
stops the container when attached withdocker-compose up
(i.e. without the-d
flag).After stopping the container , the speakers are still listed as airplay destinations on iOS.
Running without docker as a systemd service (i.e., the regular way to run shairport)
service shairport-sync stop
will stop the service, and the speakers no longer appear as destinations.To Investigate
service shairport-sync stop
orsystemctl stop shairport-sync
does?The text was updated successfully, but these errors were encountered: