mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-09-01 18:32:40 +02:00
Updated Docker (markdown)
@@ -49,5 +49,10 @@ cat bookmarks.html | docker run -i -v archivebox-data:/data archivebox
|
|||||||
|
|
||||||
To pass configuration parameters, you can use the env command.
|
To pass configuration parameters, you can use the env command.
|
||||||
```bash
|
```bash
|
||||||
echo 'https://example.com' | docker run -i -v archivebox-data:/data env FETCH_SCREENSHOT=False archivebox
|
echo 'https://example.com' | docker run -i -v archivebox-data:/data archivebox env FETCH_SCREENSHOT=False archive
|
||||||
|
```
|
||||||
|
|
||||||
|
Or you can define an `ArchiveBox.env` file and pass it in like so:
|
||||||
|
```bash
|
||||||
|
docker run -i -v --env-file=ArchiveBox.env archivebox archive ...
|
||||||
```
|
```
|
Reference in New Issue
Block a user