From bad94bd2581ca1fc73e8db3ff3523510bfbed805 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Apr 2022 15:05:37 -0400 Subject: [PATCH] Updated Chromium Install (markdown) --- Chromium-Install.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Chromium-Install.md b/Chromium-Install.md index 87166cc..0bc773a 100644 --- a/Chromium-Install.md +++ b/Chromium-Install.md @@ -84,10 +84,11 @@ services: ... ... ``` + 4. Set the permissions on the chromium dir - `chmod -R ugo+rwx ./data/chromium/.config/chromium` - `chown -R archivebox:archivebox /data/chromium/` - (may need to be done inside Docker with `docker-compose run --rm archivebox `) + `chmod -R ugo+rwx ./data/chromium/.config/chromium` + `chown -R archivebox:archivebox /data/chromium/` + (may need to be done inside Docker with `docker-compose run --rm archivebox `) Now profile is now generated and used by same instance of chrome on docker host and container.