fix: path

This commit is contained in:
mathieu 2024-06-03 22:21:01 +02:00
parent ad7be455d5
commit 24bae7c70a

View File

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