From f87876636a34fd7ef7b71940f30f6953a1a91659 Mon Sep 17 00:00:00 2001 From: 57194 <177159045+57194@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:52:29 +0000 Subject: [PATCH] Update docker-compose.yml Fixed link. --- Query: I don't see those options in the linked docs. Do they still exist? * `ACTUAL_UPLOAD_FILE_SYNC_SIZE_LIMIT_MB` * `ACTUAL_UPLOAD_SYNC_ENCRYPTED_FILE_SYNC_SIZE_LIMIT_MB` * `ACTUAL_UPLOAD_FILE_SIZE_LIMIT_MB` --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 424844e4a..b69136d3d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ services: # - ACTUAL_UPLOAD_FILE_SYNC_SIZE_LIMIT_MB=20 # - ACTUAL_UPLOAD_SYNC_ENCRYPTED_FILE_SYNC_SIZE_LIMIT_MB=50 # - ACTUAL_UPLOAD_FILE_SIZE_LIMIT_MB=20 - # See all options and more details at https://actualbudget.github.io/docs/Installing/Configuration + # See all options and more details at https://actualbudget.org/docs/config/ # !! If you are not using any of these options, remove the 'environment:' tag entirely. volumes: # Change './actual-data' below to the path to the folder you want Actual to store its data in on your server.