SearXNG: updated settings.yml
This commit is contained in:
parent
1093e4a61f
commit
f2693857c9
@ -4,7 +4,7 @@ services:
|
||||
|
||||
searxng:
|
||||
image: git.opnxng.com/opnxng/searxng
|
||||
# image: searxng/searxng:latest
|
||||
# image: searxngng:latest
|
||||
restart: always
|
||||
container_name: searxng
|
||||
security_opt:
|
||||
@ -30,10 +30,10 @@ services:
|
||||
depends_on:
|
||||
- searxng-redis
|
||||
volumes:
|
||||
- {{ docker_dir }}/searxng/settings.yml:/usr/local/searxng/searx/settings.yml
|
||||
- {{ docker_dir }}/searxng/replace-hosts.yml:/usr/local/searxng/searx/replace-hosts.yml
|
||||
- {{ docker_dir }}/searxng/remove-hosts.yml:/usr/local/searxng/searx/remove-hosts.yml
|
||||
- {{ docker_dir }}/searxng/donate.md:/usr/local/searxng/searx/infopage/en/donate.md
|
||||
- {{ docker_dir }}/searxng/settings.yml:/etc/searxng/settings.yml
|
||||
- {{ docker_dir }}/searxng/replace-hosts.yml:/etc/searxng/replace-hosts.yml
|
||||
- {{ docker_dir }}/searxng/remove-hosts.yml:/etc/searxng/remove-hosts.yml
|
||||
- {{ docker_dir }}/searxng/donate.md:/etc/searxng/infopage/en/donate.md
|
||||
network_mode: host
|
||||
|
||||
searxng-redis:
|
||||
|
Loading…
Reference in New Issue
Block a user