From 3103a2ccbfd68a83dc1a4e664c4410b2fb3f04a6 Mon Sep 17 00:00:00 2001 From: Yule Date: Thu, 11 May 2023 13:03:16 +0000 Subject: [PATCH] Highlight usage of .env file for compose stack (#53) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Benjamin Bädorf --- compose/.gitignore | 1 + compose/README.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 compose/.gitignore diff --git a/compose/.gitignore b/compose/.gitignore new file mode 100644 index 0000000..4c49bd7 --- /dev/null +++ b/compose/.gitignore @@ -0,0 +1 @@ +.env diff --git a/compose/README.md b/compose/README.md index 399842b..8425430 100644 --- a/compose/README.md +++ b/compose/README.md @@ -14,6 +14,11 @@ Make sure you are using the latest version of the Docker images: docker-compose pull +Copy the example `.env` file and edit any values you want to change: + + cp .env.example .env + vim .env + Launch the containers: docker-compose up -d