mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 19:17:07 -05:00 
			
		
		
		
	fix #850
This commit is contained in:
		
							parent
							
								
									0e7ac3797d
								
							
						
					
					
						commit
						719d541575
					
				@ -5,7 +5,7 @@ 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
 | 
				
			||||||
WORKDIR /usr/local/searx
 | 
					WORKDIR /usr/local/searx
 | 
				
			||||||
CMD ["/usr/bin/tini","--","/usr/local/searx/run.sh"]
 | 
					CMD ["/sbin/tini","--","/usr/local/searx/run.sh"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN adduser -D -h /usr/local/searx -s /bin/sh searx searx \
 | 
					RUN adduser -D -h /usr/local/searx -s /bin/sh searx searx \
 | 
				
			||||||
 && echo '#!/bin/sh' >> run.sh \
 | 
					 && echo '#!/bin/sh' >> run.sh \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user