mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-01 19:47:37 +03:00
fix(dockerfile): remove the healthcheck, it gives more headaches than benefits.
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
0147bb5f12
commit
ee2c2b19e9
1 changed files with 0 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue