From 2c86dd84da74a5c8e57237a26a137fc561a0fb76 Mon Sep 17 00:00:00 2001 From: Dylan Hillerbrand Date: Wed, 6 Sep 2023 17:13:52 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46219422..3dcc266c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ git submodule update --init ``` ## Launching the website -We use [Docker Compose](https://docs.docker.com/compose/) to containerize each service and keep all our dependencies in order. +We use [Docker Compose](https://docs.docker.com/compose/) to containerize each service and keep all our dependencies in order. Cantus Ultimus is compatible with Docker Compose > 2.8. ### The `.env` file The build process relies on environment variables specified in the `.env` file, which is located at the root of the repository.