Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit f06bbf9

Browse files
authored
Add ACTUAL_PORT environment variable to docker-compose.yml (#333)
1 parent 1c61508 commit f06bbf9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
# Uncomment any of the lines below to set configuration options.
1111
# - ACTUAL_HTTPS_KEY=/data/selfhost.key
1212
# - ACTUAL_HTTPS_CERT=/data/selfhost.crt
13+
# - ACTUAL_PORT=5006
1314
# - ACTUAL_UPLOAD_FILE_SYNC_SIZE_LIMIT_MB=20
1415
# - ACTUAL_UPLOAD_SYNC_ENCRYPTED_FILE_SYNC_SIZE_LIMIT_MB=50
1516
# - ACTUAL_UPLOAD_FILE_SIZE_LIMIT_MB=20

upcoming-release-notes/333.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
category: Enhancements
3+
authors: [psybers]
4+
---
5+
6+
Add ACTUAL_PORT environment variable to docker-compose.yml

0 commit comments

Comments
 (0)