From 167b6c11aed4568198dcc7d77f2fb5020dd82fb5 Mon Sep 17 00:00:00 2001 From: Galuh Sahid Date: Tue, 26 Dec 2023 11:59:52 +0100 Subject: [PATCH] Update port --- actualbudget/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actualbudget/docker-compose.yml b/actualbudget/docker-compose.yml index 3e96253..690b154 100644 --- a/actualbudget/docker-compose.yml +++ b/actualbudget/docker-compose.yml @@ -5,7 +5,7 @@ services: ports: # 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' + - "100.104.163.2:5006:5006" 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.