switch to whoogle
This commit is contained in:
parent
7456bf9b17
commit
2ecc30d6e2
1 changed files with 3 additions and 5 deletions
|
@ -1,15 +1,13 @@
|
|||
version: '2.2'
|
||||
|
||||
services:
|
||||
searx:
|
||||
whoogle:
|
||||
restart: always
|
||||
image: searxng/searxng
|
||||
volumes:
|
||||
- /srv/searx/config:/etc/searxng
|
||||
image: benbusby/whoogle-search
|
||||
environment:
|
||||
- LETSENCRYPT_HOST=search.faulty.nl
|
||||
- VIRTUAL_HOST=search.faulty.nl
|
||||
- BASE_URL=https://search.faulty.nl
|
||||
- VIRTUAL_PORT=5000
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
|
|
Reference in a new issue