From 73729849063ad5beda587c692c680d0699f608a0 Mon Sep 17 00:00:00 2001 From: Jessica Phoenix Canady Date: Tue, 27 Aug 2024 11:56:06 -0400 Subject: [PATCH] Nah, wait, this is the correct fly.toml health check stuff. I think. --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 43d7aaa..ff610ed 100644 --- a/fly.toml +++ b/fly.toml @@ -14,7 +14,7 @@ release_command = '/app/bin/migrate' [env] PHX_HOST = 'jess.canady.tech' -PORT = '80' +PORT = '8080' [http_service] internal_port = 8080