How to access PostgreSQL Image?
Overview
Configuring Remote Connections for Hosts
ls
nano bitnami_credentialscd opt/bitnami/postgresql/conf
nano postgresql.conf# Listen on all interfaces
listen_addresses = '*'
# Listen on specified private IP address
listen_addresses = '1.1.1.1'Last updated