From 9f0fea84fe5a4653ddd7ffa925ee0e6e2dc6f2a5 Mon Sep 17 00:00:00 2001 From: Tendai <29734947+tendai-zw@users.noreply.github.com> Date: Sun, 9 Aug 2020 02:05:57 +0200 Subject: [PATCH] refactor: you first need to start the container before visiting the url --- Docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker.md b/Docker.md index 8bdce3e..1c2b4a7 100644 --- a/Docker.md +++ b/Docker.md @@ -53,12 +53,12 @@ docker-compose up -d docker-compose run archivebox init ``` -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 First, make sure you're `cd`'ed into the same folder as your `docker-compose.yml` file (e.g. the project root) and that your containers have been started with `docker-compose up -d`. +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). + To add new URLs, you can use docker-compose just like the normal `./archive` CLI. **To add an individual link or list of links**, pass in URLs via stdin.