mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-09-01 02:21:52 +02:00
Updated Docker (markdown)
10
Docker.md
10
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:
|
||||
|
Reference in New Issue
Block a user