Skip to content

Commit 5c7b665

Browse files
committed
fix: set health check port back to 8080
1 parent c68f9f4 commit 5c7b665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ grace_period = "60s"
1111
interval = "15s"
1212
method = "get"
1313
path = "/health"
14-
port = 80
14+
port = 8080
1515
timeout = "10s"
1616
type = "http"
1717

0 commit comments

Comments
 (0)