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

Updated Docker (markdown)

Nick Sweeting
2019-02-26 20:15:52 -05:00
parent 81be6a59bf
commit 87df377686

@@ -11,7 +11,7 @@ cd /path/to/ArchiveBox
mkdir data && chmod 777 data
docker-compose up -d
```
Then open https://127.0.0.1:8098 to view the archive.
Then open `http://127.0.0.1:8098` (HTTP, not HTTPS) to view the archive. If you want HTTPS, put a reverse proxy link nginx or caddy in front of `127.0.0.1:8098`.
To add new URLs, you can use docker-compose just like the normal `./archive` CLI:
```bash