1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-26 07:44:41 +02:00

Updated Chromium Install (markdown)

Nick Sweeting
2024-03-18 13:09:31 -07:00
parent 93ad04a214
commit 02123ed248

@@ -116,7 +116,7 @@ docker compose up -d novnc
3. Start ArchiveBox's Chrome inside Docker 3. Start ArchiveBox's Chrome inside Docker
```bash ```bash
docker compose run archivebox /usr/bin/chromium-browser --user-data-dir=/home/archivebox/chrome_profile --no-sandbox --start-maximized --suppress-message-center-popups docker compose run archivebox /usr/bin/chromium-browser --user-data-dir=/home/archivebox/chrome_profile --start-maximized --suppress-message-center-popups
``` ```
<small>(make sure the `DISPLAY` environment variable is set above so it renders Chrome in `nonvc`'s X-window server)</small> <small>(make sure the `DISPLAY` environment variable is set above so it renders Chrome in `nonvc`'s X-window server)</small>