From baba7ff87d7fae4540873fd5a8be209dcb34455c Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 7 Aug 2021 19:49:29 +0200 Subject: [PATCH] Add default COMPOSE_FILE --- .env.sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.sample b/.env.sample index 12d98c6..e4b9981 100644 --- a/.env.sample +++ b/.env.sample @@ -8,6 +8,10 @@ LETS_ENCRYPT_EMAIL=certs@example.com # WARN, INFO etc. LOG_LEVEL=WARN +# This is here so later lines can extend the definition; you likely don't wanna +# edit +COMPOSE_FILE="compose.yml" + ##################################################################### # General settings # #####################################################################