add 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:
|
||||
container_name: searxng
|
||||
image: docker.io/searxng/searxng:latest
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
ports:
|
||||
- "8888:8080"
|
||||
volumes:
|
||||
- ${SEARXNG_CONFIG_DIR}:/etc/searxng/
|
||||
- ${SEARXNG_DATA_DIR}:/var/cache/searxng/
|
||||
Reference in New Issue
Block a user