From a7a2d6e44b8331fc5f1a9f98e2148bbc45ae5e35 Mon Sep 17 00:00:00 2001 From: polarathene <5098581+polarathene@users.noreply.github.com> Date: Sat, 25 Sep 2021 16:29:03 +1200 Subject: [PATCH] chore: Use direct URL instead of URL shortener Implicit URL is unnecessary (_and presently relies on Github redirecting from it's original mapped URL_). Use an explicit URL instead to reduce the guesswork/trust of where the shortener was going to redirect to. --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index bbdcdd9..b4dbd2c 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -10,7 +10,7 @@ function _check_unix_socket() { cat >&2 <<-EOT ERROR: you need to share your Docker host socket with a volume at ${SOCKET_FILE} Typically you should run your nginxproxy/nginx-proxy with: \`-v /var/run/docker.sock:${SOCKET_FILE}:ro\` - See the documentation at http://git.io/vZaGJ + See the documentation at: https://github.com/nginx-proxy/nginx-proxy/#usage EOT exit 1