How to bind my app port

Hello I have an application running on port 5678,
when I try to access is using interal hostname I cannot connect to it,
this is my config

app = “n8n”
primary_region = “yyz”

[build]
image = “n8nio/n8n:0.130.0”

[http_service]
internal_port = 5678
auto_stop_machines = false
auto_start_machines = true
min_machines_running = 1
processes = [“app”]

when I use public url https://n8n.fly.dev I am ablt to connect but inter service communicaton
http://n8n.internal:5678 does not work

am I doing something wrong?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.