diff --git a/Docker-Environment-Variables.md b/Docker-Environment-Variables.md index f4bfc85..83c929b 100644 --- a/Docker-Environment-Variables.md +++ b/Docker-Environment-Variables.md @@ -2,7 +2,7 @@ The following variables can be used in the `environment` section of your `docker | Attribute| Default | Description | |--|--|--| -| APP_KEY | - | Used for internal encryption - must be set, see [Installation](Installation) | +| APP_KEY | - | Used for internal encryption - must be set, see [Installation](Installation#create-the-app-encryption-key) | | APP_TIMEZONE | UTC | Timezone of the application | | APP_URL | http://localhost | Web URL to clrghouz | | AWS_ACCESS_KEY_ID | [not defined] | S3 Access key to store/retrieve files |