• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question Release port 5432 for internal use (localhost)

Émerson Felinto

Regular Pleskian
I tried to create a docker instance however it needs access to a service that uses port 5432 as you can see in the print below.

Screenshot 2018-03-10 at 19.28.35.png

From what I understand about the problem I need to free port 5432 for internal use (localhost) but how do I do this on the firewall. Which rules should I add?
 
It's not able to connect as there is nothing running on the Docker discourse container on port 5432 by default.

[root@plesk ~]# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
e559d908dfa7 bitnami/discourse "/app-entrypoint.s..." 7 minutes ago Up 8 seconds 0.0.0.0:32769->3000/tcp discourse
[root@plesk ~]# docker exec -it e559d908dfa7 bash
root@e559d908dfa7:/# lsof -i:5432
root@e559d908dfa7:/#
 
Back
Top