diff --git a/Docker.md b/Docker.md index a3d6cd2..62a6931 100644 --- a/Docker.md +++ b/Docker.md @@ -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: ```bash # 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 docker-compose exec archivebox /bin/archive https://example.com/some/feed.rss