aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.arm64
diff options
context:
space:
mode:
authorMarcel <34819524+MarcelCoding@users.noreply.github.com>2021-10-09 17:00:20 +0200
committerGitHub <noreply@github.com>2021-10-09 17:00:20 +0200
commit32d6e7db7c510374b7164fecb4511e26a4e25ead (patch)
tree1b29a20ffab290ac381d3227ab4b289729e755f0 /Dockerfile.arm64
parentfe461ff66bd69997014fe190745e44e7696d0167 (diff)
Apply suggestions from code review
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Dockerfile.arm64')
-rw-r--r--Dockerfile.arm641
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile.arm64 b/Dockerfile.arm64
index 6ac91ce73..d491e7e1e 100644
--- a/Dockerfile.arm64
+++ b/Dockerfile.arm64
@@ -70,6 +70,5 @@ ENTRYPOINT ["./jellyfin/jellyfin", \
"--ffmpeg", "/usr/bin/ffmpeg"]
HEALTHCHECK --interval=30s --timeout=30s --start-period=10s --retries=3 \
- # https://github.com/jellyfin/jellyfin/issues/5760#issuecomment-852297561
CMD curl http://localhost:$(grep -oP '(?<=PublicPort>)[^<]+' /config/config/network.xml)/$(grep -oP '(?<=BaseUrl>)[^<]+' /config/config/network.xml)health \
|| exit 1