From 065d2412f474c5c281dfec13db32da73ccec7b0e Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 8 Feb 2024 14:06:00 -0800 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker.md b/Docker.md index fcd09a1..f8fbfb5 100644 --- a/Docker.md +++ b/Docker.md @@ -134,9 +134,9 @@ Then open [`http://127.0.0.1:8000`](http://127.0.0.1:8000). ### Configuration -ArchiveBox running with `docker compose` accepts all the same environment variables as normal, see the full list on the [[Configuration]] page. +ArchiveBox running with `docker compose` accepts all the same config options as other ArchiveBox distributions, see the full list of options available on the [[Configuration]] page. -The recommended way configure ArchiveBox is by editing `ArchiveBox.conf` or using `archivebox config --set ...`. +The recommended way configure ArchiveBox in Docker Compose is using `archivebox config --set ...` or by editing `ArchiveBox.conf`. ```bash docker compose run archivebox config --set MEDIA_MAX_SIZE=750mb # OR