From 496496752495dc6c45f2ea3dcf154bd15df81339 Mon Sep 17 00:00:00 2001 From: FN-Florian Date: Sat, 25 Jun 2022 23:55:06 +0200 Subject: [PATCH] Update DOCKER.md --- rtfm/DOCKER.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rtfm/DOCKER.md b/rtfm/DOCKER.md index 961a89b..2663e73 100644 --- a/rtfm/DOCKER.md +++ b/rtfm/DOCKER.md @@ -57,6 +57,7 @@ Every other variable can be referenced against the [default PictShare configurat - S3_BUCKET (string | Name of your S3 bucket) - S3_ACCESS_KEY (string | Access Key for your Bucket) - S3_SECRET_KEY (string | Secrety Key) +- S3_REGION (string | S3 bucket region) - S3_ENDPOINT (url | If you are using a selfhosted version of S3 like Minio, put your URL here) - ENCRYPTION_KEY (string | If you want to use encryption for storage controllers, put your encryption key here. [Read more](https://github.com/HaschekSolutions/pictshare/blob/master/rtfm/ENCRYPTION.md)) @@ -67,4 +68,4 @@ Every other variable can be referenced against the [default PictShare configurat - FTP_PASS (string | FTP Password) - FTP_BASEDIR (string | Base path where files will be stored. Must end with / eg `/web/pictshare/`) -- CONTENTCONTROLLERS (CSV string | If set, will whitelist content controllers for your instance. Must be uppercase and can be comma separated. Example: Only Pictures: `IMAGE`, Pictures and Videos: `IMAGE,VIDEO`) \ No newline at end of file +- CONTENTCONTROLLERS (CSV string | If set, will whitelist content controllers for your instance. Must be uppercase and can be comma separated. Example: Only Pictures: `IMAGE`, Pictures and Videos: `IMAGE,VIDEO`)