From 440b8a7dbf8018132ba53e5e283f49f7fff2d7a6 Mon Sep 17 00:00:00 2001 From: Francisco Merino-Casallo Date: Thu, 18 Dec 2025 11:30:59 +0100 Subject: [PATCH] Clarify S3 storage wording in Docker deployment guide --- docs/docker-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker-deployment.md b/docs/docker-deployment.md index f92b80ca2..b83067522 100644 --- a/docs/docker-deployment.md +++ b/docs/docker-deployment.md @@ -114,7 +114,7 @@ Set those in the `VAPID_PRIVATE_KEY` and `VAPID_PUBLIC_KEY` environment variable #### S3 storage (optional) -If you're rather that uploaded files were stored in an S3 bucket, rather than your mounted volume, you can set that up. +If you'd prefer that uploaded files were stored in an S3 bucket rather than in your mounted volume, you can set that up. First set `ACTIVE_STORAGE_SERVICE` to `s3`. Then set the following as appropriate for your S3 bucket: