mirror of
				https://github.com/11notes/docker-bind.git
				synced 2025-11-03 21:33:14 +00:00 
			
		
		
		
	remove rootdb from entrypoint (infinite loop)
This commit is contained in:
		@@ -1,7 +1,5 @@
 | 
				
			|||||||
#!/bin/ash
 | 
					#!/bin/ash
 | 
				
			||||||
  if [ -z "${1}" ]; then
 | 
					  if [ -z "${1}" ]; then
 | 
				
			||||||
    rootdb
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    set -- "named" \
 | 
					    set -- "named" \
 | 
				
			||||||
      -fg \
 | 
					      -fg \
 | 
				
			||||||
      -c "/bind/etc/named.conf"  \
 | 
					      -c "/bind/etc/named.conf"  \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user