diff --git a/fly.toml b/fly.toml index 40f174581..792f11508 100644 --- a/fly.toml +++ b/fly.toml @@ -3,7 +3,7 @@ kill_signal = "SIGINT" kill_timeout = 5 [processes] - web = "pgweb --sessions --bind=0.0.0.0" + web = "pgweb --sessions --bind=0.0.0.0 --metrics" [[services]] http_checks = []