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.