Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadatko authored Aug 9, 2023
1 parent 765873f commit 7754761
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 http://127.0.0.1:${MINIDLNA_PORT:-8200} || exit 1
curl --silent --fail 127.0.0.1:"${MINIDLNA_PORT:-8200}" || exit 1

0 comments on commit 7754761

Please sign in to comment.