From 0cb0adc169f65da52b24d49de60d014a04fe28c9 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Mon, 19 Sep 2022 10:42:20 -0700 Subject: [PATCH] clarifying --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d542e3c..59ded70 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This repo provides example files for you to copy and modify to suit your deploym cp env-example .env vim .env -# Update Docker containers - uncomment services to run additional helpers +# Update Docker containers - uncomment services at the bottom to run additional helper services cp docker-compose-example.yml docker-compose.yml vim docker-compose.yml ```