Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Created September 2, 2021 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnburgess/d196500582c5a7e7221a389bb5cf4d6d to your computer and use it in GitHub Desktop.
Save dnburgess/d196500582c5a7e7221a389bb5cf4d6d to your computer and use it in GitHub Desktop.
DB Tech SearX
---
version: "2.1"
volumes:
searx:
services:
searx:
image: searx/searx
container_name: searx
volumes:
- searx:/etc/searx
environment:
- BASE_URL=http://192.168.1.1838282
ports:
- 8282:8080 #change 8282 as necessary
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment