This commit is contained in:
prashantkamdar 2021-08-15 21:35:54 +05:30
parent 173b509706
commit 1e2d682351
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ sudo nmap -sS <IP-ADDR> -p 7777,20381,5432
It is important to secure the Postgres port.
Using `ufw` doesn't help because docker writes persisten rules to the `iptables`.
Using `ufw` doesn't help because docker writes persistent rules to the `iptables`.
To get around this, first run this command to allow only localhost connections to the docker containers: