From 5c58037b6d3ff17c95257cb2850b32a6f39e1bd2 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 18 Mar 2019 22:51:08 -0400 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration.md b/Configuration.md index a69d7b2..2f55184 100644 --- a/Configuration.md +++ b/Configuration.md @@ -243,9 +243,9 @@ Whether or not to use Chrome/Chromium in `--headless` mode (no browser UI displa --- #### `CHROME_SANDBOX` -**Possible Values:** [`True`]/`False +**Possible Values:** [`True`]/`False` Whether or not to use the Chrome sandbox when archiving. -If are running ArchiveBox inside Docker or if you see this error, you may need to set this to `False`: +If are running ArchiveBox inside Docker or if you see this error, you may need to set this to `False`: ```bash :ERROR:zygote_host_impl_linux.cc(89)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180 ```