From f10c191a7899a43b4c68e0ec8ee986460fefb65d Mon Sep 17 00:00:00 2001 From: Moritz Schubotz Date: Thu, 25 Jan 2024 20:17:58 +0100 Subject: [PATCH] Fix issue in WDQS container For some reason the file in the WDQS container is called whitelist.txt while the service defaults to a file named allowlist.txt Closes #473 --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index fefc596..cc32885 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -237,6 +237,7 @@ services: - WIKIBASE_SCHEME=${WIKIBASE_SCHEME:-https} - WDQS_HOST=wdqs.svc - WDQS_PORT=9999 + - ALLOWLIST=whitelist.txt - BLAZEGRAPH_OPTS='-Dorg.wikidata.query.rdf.tool.rdf.RdfRepository.timeout=3600' expose: - 9999