mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
Correct fly template port
Deployments to fly.io were failing with error: > Failed due to unhealthy allocations Fixes #16
This commit is contained in:
@@ -5,7 +5,7 @@ kill_timeout = 5
|
||||
processes = []
|
||||
|
||||
[env]
|
||||
PORT = "8080"
|
||||
PORT = "5006"
|
||||
|
||||
[experimental]
|
||||
allowed_public_ports = []
|
||||
|
||||
Reference in New Issue
Block a user