port actual

This commit is contained in:
mathieu 2024-06-03 08:16:21 +02:00
parent 9bd9d0fa03
commit 517b4b1229
2 changed files with 2 additions and 2 deletions

View File

@ -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'
- '8085: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.

View File

@ -78,7 +78,7 @@ http:
loadBalancer:
passHostHeader: true
servers:
- url: "http://192.168.1.100:5006"
- url: "http://192.168.1.100:8085"
middlewares: