mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-02-24 09:48:14 +00:00
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.
This commit is contained in:
parent
6f7eb8bd97
commit
a7a2d6e44b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user