Add searxng compose file
This commit is contained in:
parent
f26d061a03
commit
4f729861f6
12
searxng/compose.yml
Normal file
12
searxng/compose.yml
Normal file
@ -0,0 +1,12 @@
|
||||
services:
|
||||
searxng:
|
||||
container_name: searxng
|
||||
image: searxng/searxng:latest
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- /data/searxng/etc:/etc/searxng:rw
|
||||
environment:
|
||||
- BASE_URL=https://searxng.plobos.xyz/
|
||||
INSTANCE_NAME=plobos
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user