Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 465 Bytes

whoogle.md

File metadata and controls

24 lines (18 loc) · 465 Bytes

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