Update Dockerfile

This commit is contained in:
Alexandre
2023-03-10 23:21:28 +01:00
committed by GitHub
parent 8e3f7d1c45
commit 96a52e7052

View File

@@ -148,4 +148,4 @@ HEALTHCHECK \
--retries=5 \
--start-period=30s \
--timeout=25s \
CMD [ "$(pgrep transmission)" ] || exit 1
CMD curl --fail http://127.0.0.1:"$WEBUI_PORT$URL" &>/dev/null || exit 1