mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 19:17:07 -05:00 
			
		
		
		
	Merge pull request #1233 from Angristan/patch-2
Use new LABEL syntax for Dockerfile
This commit is contained in:
		
						commit
						8ec55112a0
					
				@ -1,6 +1,6 @@
 | 
				
			|||||||
FROM alpine:3.8
 | 
					FROM alpine:3.8
 | 
				
			||||||
MAINTAINER searx <https://github.com/asciimoo/searx>
 | 
					LABEL maintainer="searx <https://github.com/asciimoo/searx>"
 | 
				
			||||||
LABEL description "A privacy-respecting, hackable metasearch engine."
 | 
					LABEL description="A privacy-respecting, hackable metasearch engine."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ENV BASE_URL=False IMAGE_PROXY=False
 | 
					ENV BASE_URL=False IMAGE_PROXY=False
 | 
				
			||||||
EXPOSE 8888
 | 
					EXPOSE 8888
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user