diff --git a/bin/entrypoint-music.sh b/bin/entrypoint-music.sh index d66c38c..01e6b3d 100755 --- a/bin/entrypoint-music.sh +++ b/bin/entrypoint-music.sh @@ -123,7 +123,6 @@ case "$1" in healthcheck) # Docker healthcheck pgrep mpd &>/dev/null && - pgrep nginx &>/dev/null && pgrep navidrome &>/dev/null exit $? ;;