mirror of
				https://github.com/tborychowski/self-hosted-cookbook.git
				synced 2025-11-04 07:37:34 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			465 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			465 B
		
	
	
	
	
	
	
	
Whoogle
- not the best looking
 - keyboard support (thanks to me 😉)
 
docker-compose.yml
---
version: "3"
services:
  whoogle-search:
    image: benbusby/whoogle-search
    container_name: whoogle-search
    restart: unless-stopped
    ports:
      - 3123:5000