From 4faaf46163bacd818fb4ff6d8487159f476a924b Mon Sep 17 00:00:00 2001 From: Chris Darby Date: Mon, 7 Aug 2023 16:33:39 +0200 Subject: [PATCH] Broken link to environment variables definition fixed --- docs/setup-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup-options.md b/docs/setup-options.md index 1d2dd72f..afe92ae7 100644 --- a/docs/setup-options.md +++ b/docs/setup-options.md @@ -17,7 +17,7 @@ Copy the example docker environment file to `.env`: cp example.env .env ``` -Note: To know more about environment variable [read here](./images-and-compose-files.md#configuration). Set the necessary variables in the `.env` file. +Note: To know more about environment variable [read here](./environment-variables.md). Set the necessary variables in the `.env` file. ## Generate docker-compose.yml for variety of setups