From 6ed18d8f8c733fd4f0630a6240350d3e0e79cd6a Mon Sep 17 00:00:00 2001 From: Andrea Colombo <9468299+acolombo11@users.noreply.github.com> Date: Tue, 21 Oct 2025 19:35:55 +0200 Subject: [PATCH] Update link to documentation in docker-compose.yml (#5873) * Update link to documentation in docker-compose.yml * Add release notes --- packages/sync-server/docker-compose.yml | 2 +- upcoming-release-notes/5873.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 upcoming-release-notes/5873.md diff --git a/packages/sync-server/docker-compose.yml b/packages/sync-server/docker-compose.yml index 43636aeb2a..f153b89e0b 100644 --- a/packages/sync-server/docker-compose.yml +++ b/packages/sync-server/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. diff --git a/upcoming-release-notes/5873.md b/upcoming-release-notes/5873.md new file mode 100644 index 0000000000..86265f8036 --- /dev/null +++ b/upcoming-release-notes/5873.md @@ -0,0 +1,6 @@ +--- +category: Maintenance +authors: [acolombo11] +--- + +Update link to documentation in docker-compose.yml