diff --git a/scrutiny_fa/Dockerfile b/scrutiny_fa/Dockerfile index 17a992f81..26ad99030 100644 --- a/scrutiny_fa/Dockerfile +++ b/scrutiny_fa/Dockerfile @@ -106,7 +106,7 @@ LABEL \ ################# ARG WEBUI_PORT="8080" -ARG URL="" +ARG URL="/api/health" HEALTHCHECK \ --interval=5s \ --retries=5 \