mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-06 14:07:36 +03:00
feat: use ND_PORT env var in health check
This commit is contained in:
parent
7febe05ed5
commit
39b9f818be
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ ENV ND_LOGLEVEL info
|
|||
ENV ND_PORT 4533
|
||||
|
||||
EXPOSE ${ND_PORT}
|
||||
HEALTHCHECK CMD wget -O- http://localhost:4533/ping || exit 1
|
||||
HEALTHCHECK CMD wget -O- http://localhost:${ND_PORT}/ping || exit 1
|
||||
WORKDIR /app
|
||||
|
||||
ENTRYPOINT ["/tini", "--"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue