Skip to content

Commit

Permalink
docker: imp docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Mar 27, 2023
1 parent fddabb9 commit c457ecb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/healthcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ esac
# Check

# Skip SSL certificate validation since there is no guarantee the container
# trusts the used one. It should, however, be safe to drop the SSL validation
# since the current script intended to be used from inside the container and
# don't need actual encryption.
# trusts the one used. It should be safe to drop the SSL validation since the
# current script intended to be used from inside the container and only checks
# the endpoint availability, ignoring the content of the response.
#
# See https://github.com/AdguardTeam/AdGuardHome/issues/5642.
wget --no-check-certificate "$web_url" -O /dev/null -q || exit 1
Expand Down

0 comments on commit c457ecb

Please sign in to comment.