From 87df37768680bd3169234bea0fff3a657094b7b5 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 26 Feb 2019 20:15:52 -0500 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index 9d60fd9..e64a1d8 100644 --- a/Docker.md +++ b/Docker.md @@ -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