Can't expose port through Dokploy
I've got a really weird issue where running
nc mail.vortex.skyfall.dev 25
on the VPS works fine, but running the command on my laptop just hangs and eventually times out. How can I solve this?
I have port 25 open on the Hetzner firewall and ufw is off, and mail.vortex.skyfall.dev
does resolve to the correct IP.
4 Replies
This is my config right now (server in container is listening on port 2525, I'm exposing it to the "real world" as port 25)
And here's my Dockerfile: https://github.com/SkyfallWasTaken/vortex.email/blob/main/Dockerfile
GitHub
vortex.email/Dockerfile at main · SkyfallWasTaken/vortex.email
Free, disposable email addresses. Contribute to SkyfallWasTaken/vortex.email development by creating an account on GitHub.
If i'm not wrong hetzner block the port 25 you need to contact via support
I think the port's already unblocked + it was working before till I made a new manual deployment
lemme check if it's unblocked real quick
Yeah, it's unblocked