From d0a62a4e15e4d348ab5fcee2d374fef5dfa6abe3 Mon Sep 17 00:00:00 2001 From: Jessica Phoenix Canady Date: Tue, 27 Aug 2024 11:49:23 -0400 Subject: [PATCH] Fix the port in fly.toml --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index ff610ed..43d7aaa 100644 --- a/fly.toml +++ b/fly.toml @@ -14,7 +14,7 @@ release_command = '/app/bin/migrate' [env] PHX_HOST = 'jess.canady.tech' -PORT = '8080' +PORT = '80' [http_service] internal_port = 8080