From 21a9d16350ced3ba66b0068d01bd97a02e1172a3 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Apr 2022 15:06:02 -0400 Subject: [PATCH] Updated Chromium Install (markdown) --- Chromium-Install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chromium-Install.md b/Chromium-Install.md index 0bc773a..a0c7760 100644 --- a/Chromium-Install.md +++ b/Chromium-Install.md @@ -69,8 +69,8 @@ You can download old versions of Chrome in order to match it from https://chromi 1. Install desired chromium version in new directory inside your data folder `./data/chromium` on the host (outside Docker) 2. Run [`vncserver`](https://linux.die.net/man/1/vncserver) as `archivebox` user and run chromium in VNC session to generate cookies, then close VNC session 3. Add the config to `docker-compose.yml` for the chromium data dir and binary mount and config - `docker-compose.yml`: - ```yaml + `docker-compose.yml`: + ```yaml services: archivebox: ...