From a3f9fccdecc5299c946376c437219d39be486579 Mon Sep 17 00:00:00 2001 From: Tendai <29734947+tendai-zw@users.noreply.github.com> Date: Sun, 9 Aug 2020 02:04:03 +0200 Subject: [PATCH] refactor: fix typo docker-compose.yml has port 8080 not 8089 --- Docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker.md b/Docker.md index 64ec4e3..8bdce3e 100644 --- a/Docker.md +++ b/Docker.md @@ -53,7 +53,7 @@ docker-compose up -d docker-compose run archivebox init ``` -Then open [`http://127.0.0.1:8098`](http://127.0.0.1:8098) or `data/index.html` to view the archive (HTTP, not HTTPS). +Then open [`http://127.0.0.1:8080`](http://127.0.0.1:8080) or `data/index.html` to view the archive (HTTP, not HTTPS). ### Usage @@ -86,7 +86,7 @@ Passing a URL as an argument here does not archive the specified URL, it downloa The outputted archive data is stored in `data/` (relative to the project root), or whatever folder path you specified in the `docker-compose.yml` `volumes:` section. Make sure the `data/` folder on the host has permissions initially set to `777` so that the ArchiveBox command is able to set it to the specified `OUTPUT_PERMISSIONS` config setting on the first run. -To access your archive, you can open `data/index.html` directly, or you can use the provided Nginx server running inside docker on [`http://127.0.0.1:8098`](http://127.0.0.1:8098). +To access your archive, you can open `data/index.html` directly, or you can use the provided Nginx server running inside docker on [`http://127.0.0.1:8080`](http://127.0.0.1:8080). ### Configuration