From 30b8338e024b5b05f455f39f4dbeb5329fb3466d Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 28 Feb 2019 13:48:47 -0500 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Docker.md b/Docker.md index 4846acd..da0607a 100644 --- a/Docker.md +++ b/Docker.md @@ -22,16 +22,16 @@ Make sure you have Docker installed and set up on your machine before following -# Docker Compose +# Docker Compose -First make sure you have a Docker version [recent enough](https://docs.docker.com/compose/compose-file/) to support `version: 3` format: +An example [`docker-compose.yml`](https://github.com/pirate/ArchiveBox/blob/master/docker-compose.yml) config with ArchiveBox and an Nginx server to serve the archive is included in the project root. You can edit it as you see fit, or just run it as it comes out-of-the-box. + +Just make sure you have a Docker version [recent enough](https://docs.docker.com/compose/compose-file/) to support `version: 3` format: ```bash docker --version Docker version 18.09.1, build 4c52b90 # must be >= 17.04.0 ``` -An example [`docker-compose.yml`](https://github.com/pirate/ArchiveBox/blob/master/docker-compose.yml) config with ArchiveBox and an Nginx server to serve the archive is included in the project root. You can edit it as you see fit, or just run it as it comes out-of-the-box. - ## Setup ```bash