From ad7be455d5c3be5c9370255c330fcf49339b65e8 Mon Sep 17 00:00:00 2001 From: mathieu Date: Mon, 3 Jun 2024 22:19:38 +0200 Subject: [PATCH] env --- actual/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actual/docker-compose.yml b/actual/docker-compose.yml index 09eebf5..3f885f7 100644 --- a/actual/docker-compose.yml +++ b/actual/docker-compose.yml @@ -6,6 +6,8 @@ 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. - '8085:5006' + environment: + - ACTUAL_WEB_ROOT: actual/ volumes: # Change './actual-data' below to the path to the folder you want Actual to store its data in on your server. # '/data' is the path Actual will look for its files in by default, so leave that as-is.