security steps in the readme

This commit is contained in:
prashantkamdar 2021-08-15 21:19:55 +05:30
parent bf39b924dd
commit e22af08e0b
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ If you have followed the steps above, there will be 3 ports exposed over the int
You can verify the ports are open by running the following command from a different machine
```bash
sudo nmap -sS 107.172.193.177 -p 7777,20381,5432
sudo nmap -sS <IP-ADDR> -p 7777,20381,5432
```
It is important to secure the Postgres port.