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