You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are working with this template for a while. And we are now bringing it into production.
We are deploying our code based on this template in Alibaba Cloud so we will be using the ApsaraDB RDS for PostgreSQL. For security reasons, we would like to change the default port from 5432 to another port. We have tried to set the environment variable $POSTGRES_PORT but the variable is ignored.
Can anyone point us how to customize the postgres port?
The text was updated successfully, but these errors were encountered:
We are having the same issue here. We need to be able to change the default port. It would be nice to implement an environment variable like POSTGRES_PORT or something like that as mentioned above.
We are working with this template for a while. And we are now bringing it into production.
We are deploying our code based on this template in Alibaba Cloud so we will be using the ApsaraDB RDS for PostgreSQL. For security reasons, we would like to change the default port from 5432 to another port. We have tried to set the environment variable
$POSTGRES_PORT
but the variable is ignored.Can anyone point us how to customize the postgres port?
The text was updated successfully, but these errors were encountered: