From 0e96d295ef1118cb75c4c9c063fd3dc21d8e0f0a Mon Sep 17 00:00:00 2001 From: Boris Budini Date: Wed, 28 Apr 2021 23:37:51 +0200 Subject: [PATCH] Fix sonic's config.cfg url --- Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index 46bddda..9c9d25a 100644 --- a/Docker.md +++ b/Docker.md @@ -57,7 +57,7 @@ docker-compose up If you want to use sonic for full text search, download the sonic config file uncomment the sonic service in your `docker-compose.yml` file: ```bash -curl https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/etc/sonic/config.cfg > sonic.cfg +curl https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/etc/config.cfg > sonic.cfg # then uncomment the sonic block in docker-compose.yml # to backfill previously added snapshots into the full text index, run: