From d5bf0830d9349eb284a1eeabd30e5d723358dc76 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 8 Feb 2024 13:40:32 -0800 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index d1a58e5..b216b28 100644 --- a/Docker.md +++ b/Docker.md @@ -204,7 +204,7 @@ docker run -it -v /media/USB_DRIVE/archivebox:/data -p 8000:8000 archivebox/arch ### Configuration -The easiest way is to use `archivebox config --set KEY=value` or edit `./ArchiveBox.conf` (in your collection data folder). +The easiest way is to use `archivebox config --set KEY=value` or edit `./ArchiveBox.conf` (in your collection dir). For example, to set `MEDIA_TIMEOUT=120` as a persistent setting for a collection: ```bash