mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 10:14:53 -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 = []
|
processes = []
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
PORT = "8080"
|
PORT = "5006"
|
||||||
|
|
||||||
[experimental]
|
[experimental]
|
||||||
allowed_public_ports = []
|
allowed_public_ports = []
|
||||||
|
|||||||
Reference in New Issue
Block a user