From 09252791a46b830f7592495ca6a5962aebbc650b Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 26 Feb 2019 21:13:33 -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 de01ee9..1d5cb0f 100644 --- a/Docker.md +++ b/Docker.md @@ -53,7 +53,7 @@ docker-compose exec archivebox /bin/archive /data/sources/bookmarks.html ## Accessing the data -The outputted archive data is stored in `data/` (relative to the project root), or whatever folder path you specified in `docker-compose.yml`. +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. 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).