diff options
| author | Marcel <34819524+MarcelCoding@users.noreply.github.com> | 2021-10-09 17:00:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-09 17:00:20 +0200 |
| commit | 32d6e7db7c510374b7164fecb4511e26a4e25ead (patch) | |
| tree | 1b29a20ffab290ac381d3227ab4b289729e755f0 /Dockerfile.arm64 | |
| parent | fe461ff66bd69997014fe190745e44e7696d0167 (diff) | |
Apply suggestions from code review
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Dockerfile.arm64')
| -rw-r--r-- | Dockerfile.arm64 | 1 |
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 |
