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 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