mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-09-01 18:32:40 +02:00
Updated Docker (markdown)
@@ -12,7 +12,7 @@ docker-compose up -d
|
|||||||
```
|
```
|
||||||
Then open https://127.0.0.1:8098 to view the archive.
|
Then open https://127.0.0.1:8098 to view the archive.
|
||||||
|
|
||||||
To add new URLs to your archive, you can use docker-compose just like the normal `./archive` CLI:
|
To add new URLs, you can use docker-compose just like the normal `./archive` CLI:
|
||||||
```bash
|
```bash
|
||||||
# pass links to archive via stdin
|
# pass links to archive via stdin
|
||||||
echo "https://example.com" | docker-compose exec -T archivebox archive
|
echo "https://example.com" | docker-compose exec -T archivebox archive
|
||||||
|
Reference in New Issue
Block a user