Fix the port in fly.toml

This commit is contained in:
Jessica Canady 2024-08-27 11:49:23 -04:00
parent 6fc8af3b28
commit d0a62a4e15
Signed by: phoenix
SSH key fingerprint: SHA256:aaLOzOrLi+0n4eDZNQKH97PehwRt6KSE5fYJc+ZRKCQ

View file

@ -14,7 +14,7 @@ release_command = '/app/bin/migrate'
[env] [env]
PHX_HOST = 'jess.canady.tech' PHX_HOST = 'jess.canady.tech'
PORT = '8080' PORT = '80'
[http_service] [http_service]
internal_port = 8080 internal_port = 8080