1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-29 17:19:53 +02:00

Updated Docker (markdown)

Nick Sweeting
2019-01-23 16:21:44 -05:00
parent 3c11e2eab0
commit 5909df42b2

@@ -15,7 +15,7 @@ Then open https://127.0.0.1:8098 to view the archive.
To add new URLs, 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 /bin/archive
# or pass the URL of a feed to import links from # or pass the URL of a feed to import links from
docker-compose exec archivebox /bin/archive https://example.com/some/feed.rss docker-compose exec archivebox /bin/archive https://example.com/some/feed.rss