From 59f2fac5a1152505457dc360c1a66b60bd78777f Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 9 May 2024 00:41:41 -0700 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index 591e52e..e2a739c 100644 --- a/Docker.md +++ b/Docker.md @@ -78,7 +78,7 @@ curl -fsSL 'https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/dev/etc/soni # then uncomment the sonic-related sections in docker-compose.yml nano docker-compose.yml -# to backfill previously added snapshots into the full text index, run: +# to backfill any existing archive data into the search index, run: docker compose run archivebox update --index-only ```