From d12e3912f80900d972c624d0607290162519cea4 Mon Sep 17 00:00:00 2001 From: Robert Dyer Date: Sat, 6 Apr 2024 20:36:09 -0500 Subject: [PATCH 1/2] Add ACTUAL_PORT environment variable to docker-compose.yml --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 7c1cf5dcb..a24cd25ca 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,6 +10,7 @@ services: # Uncomment any of the lines below to set configuration options. # - ACTUAL_HTTPS_KEY=/data/selfhost.key # - ACTUAL_HTTPS_CERT=/data/selfhost.crt + # - ACTUAL_PORT=5006 # - 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 From e026912444257dff3dabb979f7ac51e6d388a65b Mon Sep 17 00:00:00 2001 From: Robert Dyer Date: Sat, 6 Apr 2024 20:42:17 -0500 Subject: [PATCH 2/2] add release note --- upcoming-release-notes/333.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 upcoming-release-notes/333.md diff --git a/upcoming-release-notes/333.md b/upcoming-release-notes/333.md new file mode 100644 index 000000000..944005364 --- /dev/null +++ b/upcoming-release-notes/333.md @@ -0,0 +1,6 @@ +--- +category: Enhancements +authors: [psybers] +--- + +Add ACTUAL_PORT environment variable to docker-compose.yml \ No newline at end of file