Created
September 2, 2021 20:33
-
-
Save dnburgess/d196500582c5a7e7221a389bb5cf4d6d to your computer and use it in GitHub Desktop.
DB Tech SearX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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
https://searx.github.io/searx/admin/installation-docker.html#docker-image-searx-searx