From 77cc397d40cf46112e5b2c1267a5b95763bad5a1 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 27 Nov 2021 10:56:56 +0100 Subject: [PATCH] Fix docker-compose.yml Update searxng-docker with https://github.com/searxng/searxng/pull/383 changes. Close https://github.com/searxng/searxng-docker/issues/6 --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index b2c683f..46a77bb 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -44,7 +44,7 @@ services: - searxng command: ${SEARXNG_COMMAND:-} volumes: - - ./searx:/etc/searx:rw + - ./searxng:/etc/searxng:rw environment: - BIND_ADDRESS=0.0.0.0:8080 - BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/