From 6eee864ba19f1108955f03409b57373a1b68c7d6 Mon Sep 17 00:00:00 2001 From: iexos Date: Sun, 31 Mar 2024 14:58:17 +0200 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa9e6dd..c666c27 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ revisions to (instead of deleting them). ### Migrate from S3 to local storage - `abra app config `, add - COMPOSE_FILE="$COMPOSE_FILE:compose.local.yml" - FILE_STORAGE_UPLOAD_MAX_SIZE=26214400 + - `COMPOSE_FILE="$COMPOSE_FILE:compose.local.yml"` + - `FILE_STORAGE_UPLOAD_MAX_SIZE=26214400` - `abra app deploy -f` - compose.aws.yml should still be deployed! - `abra app undeploy `