added searxng
This commit is contained in:
11
searxng/docker-compose.yml
Normal file
11
searxng/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
services:
|
||||||
|
searxng:
|
||||||
|
image: searxng/searxng:latest
|
||||||
|
container_name: searxng
|
||||||
|
ports:
|
||||||
|
- 8888:8080
|
||||||
|
environment:
|
||||||
|
- SEARXNG_BASE_URL=https://search.rishighan.com/
|
||||||
|
volumes:
|
||||||
|
- /mnt/user/appdata/searxng:/etc/searxng
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user