From 618d127d36583e0083ea0b0d3d41431c18891672 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 13 Feb 2019 17:05:49 -0500 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index 55a2ef5..159e72e 100644 --- a/Docker.md +++ b/Docker.md @@ -60,7 +60,7 @@ To pass configuration parameters, you can use the env command. echo 'https://example.com' | docker run -i -v archivebox-data:/data archivebox env FETCH_SCREENSHOT=False /bin/archive ``` -Or you can define an `ArchiveBox.env` file and pass it in like so: +Or you can create an `ArchiveBox.env` file (copy from the default `etc/ArchiveBox.conf.default`) and pass it in like so: ```bash docker run -i -v --env-file=ArchiveBox.env archivebox /bin/archive ... ``` \ No newline at end of file