From 0e1e3ba99f3a558fe3278b0d4449a05a8ae4b6e9 Mon Sep 17 00:00:00 2001 From: mathieu Date: Mon, 3 Jun 2024 22:21:30 +0200 Subject: [PATCH] fix --- actual/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actual/docker-compose.yml b/actual/docker-compose.yml index c8a5b2f..6dafc92 100644 --- a/actual/docker-compose.yml +++ b/actual/docker-compose.yml @@ -7,7 +7,7 @@ services: # 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 + - 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.