Ignore proxy settings during healthcheck for localhost
This commit is contained in:
@@ -206,4 +206,4 @@ VOLUME ${JELLYFIN_DATA_DIR} ${JELLYFIN_CACHE_DIR}
|
||||
ENTRYPOINT ["/jellyfin/jellyfin"]
|
||||
|
||||
HEALTHCHECK --interval=30s --timeout=30s --start-period=10s --retries=3 \
|
||||
CMD curl --noproxy '*' -Lk -fsS "${HEALTHCHECK_URL}" || exit 1
|
||||
CMD curl --noproxy 'localhost' -Lk -fsS "${HEALTHCHECK_URL}" || exit 1
|
||||
|
||||
Reference in New Issue
Block a user