From cd9d8ddcf2c2bf2d12f2bf0e145fbaec6a0bbafd Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 26 Feb 2019 20:17:17 -0500 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index e64a1d8..9f9b111 100644 --- a/Docker.md +++ b/Docker.md @@ -31,7 +31,9 @@ edit `docker-compose.yml` or create a `.env` file in the project root. # Docker -Docker-compose is the recommended way to run ArchiveBox with docker, as it's a much easier CLI interface and more of the setup is taken care of by docker-compose using the single yaml config file as opposed to CLI flags. If you want to use raw docker without docker-compose though, continue following the steps below. +Docker-compose is the recommended way to run ArchiveBox with docker, as it's a much easier CLI interface and more of the setup is taken care of by docker-compose using the single yaml config file as opposed to CLI flags. The docker-compose setup also provides an nginx webserver to serve the archive right out of the box, whereas you have to set that up manually if you use plain docker. + +If you want to continue and use raw docker (below) instead of docker-compose (above), follow these steps. 1. Fetch and build the ArchiveBox Docker image: ```bash