From 56d93eab9a8997c16ae33bc0013cb7b077642ae4 Mon Sep 17 00:00:00 2001 From: David Ball Date: Sun, 26 May 2024 04:49:41 -0400 Subject: [PATCH] Updated README to include .env file. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 85445d7..75214bb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # Docker Compose configurations +## Create an `.env` file. + +You can copy the example file if you want. + + cp .env.example .env + +## Use Docker Compose to spin up the app. + Here are some Docker Compose configuration examples. ## fullstack