From 2ecc30d6e2eccd8f17629e25a692acaee520b1ef Mon Sep 17 00:00:00 2001 From: faulty Date: Sun, 19 Feb 2023 13:25:37 +0100 Subject: [PATCH] switch to whoogle --- docker-compose.utils.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docker-compose.utils.yml b/docker-compose.utils.yml index 5c03cf8..70beeae 100644 --- a/docker-compose.utils.yml +++ b/docker-compose.utils.yml @@ -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