1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-09-25 21:39:13 +02:00

Updated Docker (markdown)

Nick Sweeting
2019-01-16 08:51:45 -05:00
parent c2e13a4510
commit 55595eec65

@@ -5,9 +5,17 @@ If you don't already have docker installed, follow the official install instruct
# Docker Compose # Docker Compose
```bash ```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 # Docker
1. Fetch and build the ArchiveBox Docker image: 1. Fetch and build the ArchiveBox Docker image: