0
0

SearXNG: updated settings.yml

This commit is contained in:
Opnxng 2024-07-16 22:10:27 +08:00
parent 1093e4a61f
commit f2693857c9

View File

@ -4,7 +4,7 @@ services:
searxng: searxng:
image: git.opnxng.com/opnxng/searxng image: git.opnxng.com/opnxng/searxng
# image: searxng/searxng:latest # image: searxngng:latest
restart: always restart: always
container_name: searxng container_name: searxng
security_opt: security_opt:
@ -30,10 +30,10 @@ services:
depends_on: depends_on:
- searxng-redis - searxng-redis
volumes: volumes:
- {{ docker_dir }}/searxng/settings.yml:/usr/local/searxng/searx/settings.yml - {{ docker_dir }}/searxng/settings.yml:/etc/searxng/settings.yml
- {{ docker_dir }}/searxng/replace-hosts.yml:/usr/local/searxng/searx/replace-hosts.yml - {{ docker_dir }}/searxng/replace-hosts.yml:/etc/searxng/replace-hosts.yml
- {{ docker_dir }}/searxng/remove-hosts.yml:/usr/local/searxng/searx/remove-hosts.yml - {{ docker_dir }}/searxng/remove-hosts.yml:/etc/searxng/remove-hosts.yml
- {{ docker_dir }}/searxng/donate.md:/usr/local/searxng/searx/infopage/en/donate.md - {{ docker_dir }}/searxng/donate.md:/etc/searxng/infopage/en/donate.md
network_mode: host network_mode: host
searxng-redis: searxng-redis: