mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-29 16:16:06 +00:00
README.md: add -v .:/websites
This commit is contained in:
@@ -65,7 +65,7 @@ docker run -it --rm wayback_machine_downloader [options] URL
|
|||||||
or the example without cloning the repo - fetching smallrockets.com until the year 2013:
|
or the example without cloning the repo - fetching smallrockets.com until the year 2013:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run ghcr.io/strawberrymaster/wayback-machine-downloader:master wayback_machine_downloader --to 20130101 smallrockets.com
|
docker run -v .:/websites ghcr.io/strawberrymaster/wayback-machine-downloader:master wayback_machine_downloader --to 20130101 smallrockets.com
|
||||||
```
|
```
|
||||||
|
|
||||||
### 🐳 Using Docker Compose
|
### 🐳 Using Docker Compose
|
||||||
|
|||||||
Reference in New Issue
Block a user