Skip to content

Commit 8305b2b

Browse files
authored
chore: changed ports for indexer http-service (#671)
1 parent 35be50d commit 8305b2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fly.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ kill_timeout = "5s"
5151
[[services.ports]]
5252
force_https = true
5353
handlers = ["http"]
54-
port = 80
54+
port = 8080
5555

5656
[[services.ports]]
5757
handlers = ["tls", "http"]
58-
port = 443
58+
port = 8081
5959

6060
[[services.tcp_checks]]
6161
grace_period = "30s"

0 commit comments

Comments
 (0)