From 724eb9ce4847f495d8773932e7fdc167cac6e0d8 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 20 Mar 2024 04:03:55 -0700 Subject: [PATCH] Updated Chromium Install (markdown) --- Chromium-Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chromium-Install.md b/Chromium-Install.md index c3af813..c2d8022 100644 --- a/Chromium-Install.md +++ b/Chromium-Install.md @@ -119,7 +119,7 @@ docker compose up -d novnc 3. Start ArchiveBox's Chrome inside Docker ```bash -docker compose run archivebox /usr/bin/chromium-browser --user-data-dir=/home/archivebox/chrome_profile --profile-directory=Default --disable-gpu --disable-features=dbus --disable-dev-shm-usage --start-maximized --no-sandbox --no-zygote --disable-sync --no-first-run +docker compose run archivebox /usr/bin/chromium-browser --user-data-dir=/home/archivebox/chrome_profile --profile-directory=Default --disable-gpu --disable-features=dbus --disable-dev-shm-usage --start-maximized --no-sandbox --disable-setuid-sandbox --no-zygote --disable-sync --no-first-run ``` (make sure you set `DISPLAY` & `CHROME_USER_DATA_DIR` and added the line to `volumes:` above first!)