diff --git a/fly.toml b/fly.toml index 24709580..7c416fb2 100644 --- a/fly.toml +++ b/fly.toml @@ -51,11 +51,11 @@ kill_timeout = "5s" [[services.ports]] force_https = true handlers = ["http"] - port = 80 + port = 8080 [[services.ports]] handlers = ["tls", "http"] - port = 443 + port = 8081 [[services.tcp_checks]] grace_period = "30s"