From cf499acc363cd0c2babbe1dc445bcd86c1ba41a2 Mon Sep 17 00:00:00 2001 From: Chris Darby Date: Tue, 8 Aug 2023 05:08:36 +0100 Subject: [PATCH] Broken link to environment variables definition fixed (#1205) --- 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