fix(dockerfile): remove the healthcheck, it gives more headaches than benefits.

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan 2025-03-19 20:18:56 -04:00
parent 0147bb5f12
commit ee2c2b19e9

View file

@ -138,7 +138,6 @@ ENV GODEBUG="asyncpreemptoff=1"
RUN touch /.nddockerenv
EXPOSE ${ND_PORT}
HEALTHCHECK CMD wget -O- http://localhost:${ND_PORT}/ping || exit 1
WORKDIR /app
ENTRYPOINT ["/app/navidrome"]