Skip to content

Commit

Permalink
Merge pull request #210 from vladgh:health
Browse files Browse the repository at this point in the history
Fix health check
  • Loading branch information
vladgh authored Dec 14, 2022
2 parents 8e0b0fe + 345ca9e commit 5a80119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minidlna/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ ENTRYPOINT ["/sbin/tini", "--", "/entrypoint.sh"]

# Health check
HEALTHCHECK --interval=10s --timeout=10s --retries=6 CMD \
curl --silent --fail localhost:8200 || exit 1
curl --silent --fail 127.0.0.1:8200 || exit 1

0 comments on commit 5a80119

Please sign in to comment.