aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMarcel <34819524+MarcelCoding@users.noreply.github.com>2021-10-10 17:26:06 +0200
committerGitHub <noreply@github.com>2021-10-10 17:26:06 +0200
commitb225c3fd3cb635fef5e75414b9a4bf1d183c92d6 (patch)
treeeda4f7447606d7812dfbf460763c0d11c6e1e9d9 /Dockerfile
parentf75023593341bcc5adc42c8eb3644ba303ed67a0 (diff)
Apply suggestions from code review
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 1a61790a83..e133c08193 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -90,4 +90,4 @@ ENTRYPOINT ["./jellyfin/jellyfin", \
"--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg"]
HEALTHCHECK --interval=30s --timeout=30s --start-period=10s --retries=3 \
- CMD curl -L "${HEALTHCHECK_URL}" || exit 1
+ CMD curl -Lk "${HEALTHCHECK_URL}" || exit 1