From 27379dec9ebfe9ad4bf607f09b1d8976a3172208 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Wed, 1 Apr 2026 18:47:21 +0200 Subject: [PATCH] Add https support --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8ad05a1..9caacb3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,10 +5,10 @@ services: # This line makes Actual available at port 5006 of the device you run the server on, # i.e. http://localhost:5006. You can change the first number to change the port, if you want. - '5006:5006' - # environment: + environment: # Uncomment any of the lines below to set configuration options. - # - ACTUAL_HTTPS_KEY=/data/selfhost.key - # - ACTUAL_HTTPS_CERT=/data/selfhost.crt + - ACTUAL_HTTPS_KEY=/data/actual.key + - ACTUAL_HTTPS_CERT=/data/actual.crt # - ACTUAL_PORT=5006 # - ACTUAL_UPLOAD_FILE_SYNC_SIZE_LIMIT_MB=20 # - ACTUAL_UPLOAD_SYNC_ENCRYPTED_FILE_SYNC_SIZE_LIMIT_MB=50