Correct fly template port
Deployments to fly.io were failing with error: > Failed due to unhealthy allocations Fixes #16
This commit is contained in:
parent
6d52cc7c73
commit
d0a8b678d3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ kill_timeout = 5
|
||||||
processes = []
|
processes = []
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
PORT = "8080"
|
PORT = "5006"
|
||||||
|
|
||||||
[experimental]
|
[experimental]
|
||||||
allowed_public_ports = []
|
allowed_public_ports = []
|
||||||
|
|
Loading…
Reference in a new issue