diff --git a/fly.toml b/fly.toml index 72d9167..12b8c6e 100644 --- a/fly.toml +++ b/fly.toml @@ -9,6 +9,6 @@ primary_region = "bos" [build] [http_service] - internal_port = 0.0.0.0:0 + internal_port = 0.0.0.0:8080 min_machines_running = 1 processes = ["app"]