From 529bf8c32e39300237b5f8898cd77fd56189b524 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 8 Feb 2024 14:29:35 -0800 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index bd902f7..8220ffb 100644 --- a/Docker.md +++ b/Docker.md @@ -36,7 +36,7 @@ docker pull archivebox/archivebox ## Docker Compose -An example [`docker-compose.yml`](https://github.com/ArchiveBox/ArchiveBox/blob/main/docker-compose.yml) is provided with all the extras included. You can uncomment sections to enable extra features, or run the basic version as-is. +An ArchiveBox [`docker-compose.yml`](https://github.com/ArchiveBox/ArchiveBox/blob/main/docker-compose.yml) file is provided with all the extras included. You can uncomment sections to enable extra features, or run the basic version as-is. Just make sure you have a Docker version that's [new enough](https://docs.docker.com/compose/compose-file/) to support `version: 3.9` format: