From bcb82b8b203c3856ee6880f24c4b45ab1ad4de82 Mon Sep 17 00:00:00 2001 From: deon Date: Fri, 7 Jun 2024 08:33:21 +0000 Subject: [PATCH] Update Docker Environment Variables --- Docker-Environment-Variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |