mirror of
				https://github.com/thib8956/nginx-proxy
				synced 2025-11-04 11:09:20 +00:00 
			
		
		
		
	chore: use nginxproxy's DockerHub registry
Transitioning away from jwilder/nginx-proxy Please see #1304 for more details
This commit is contained in:
		@@ -7,7 +7,7 @@ if [[ $DOCKER_HOST = unix://* ]]; then
 | 
			
		||||
	if ! [ -S $socket_file ]; then
 | 
			
		||||
		cat >&2 <<-EOT
 | 
			
		||||
			ERROR: you need to share your Docker host socket with a volume at $socket_file
 | 
			
		||||
			Typically you should run your jwilder/nginx-proxy with: \`-v /var/run/docker.sock:$socket_file:ro\`
 | 
			
		||||
			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
 | 
			
		||||
		EOT
 | 
			
		||||
		socketMissing=1
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user