1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-09-01 02:21:52 +02:00

Updated Docker (markdown)

Nick Sweeting
2019-02-26 20:21:21 -05:00
parent 3def0e01b2
commit fda8c8ee4e

@@ -11,7 +11,7 @@ cd /path/to/ArchiveBox
mkdir data && chmod 777 data
docker-compose up -d
```
Then open `http://127.0.0.1:8098` to view the archive (HTTP, not HTTPS).
Then open [`http://127.0.0.1:8098`](http://127.0.0.1:8098) to view the archive (HTTP, not HTTPS).
To add new URLs, you can use docker-compose just like the normal `./archive` CLI:
```bash