diff --git a/Docker.md b/Docker.md index 3120cd2..d81a2fa 100644 --- a/Docker.md +++ b/Docker.md @@ -5,9 +5,17 @@ If you don't already have docker installed, follow the official install instruct # Docker Compose ```bash -docker compose up +cd /path/to/ArchiveBox +docker compose up -d ``` +To add new URLs to your archive: +```bash +echo bookmarks.html | docker-compose exec archivebox archive +``` + +Then open https://127.0.0.1:8098 to view the archive. + # Docker 1. Fetch and build the ArchiveBox Docker image: