Name and Version
bitnami/pgbouncer:1.22
What is the problem this feature will solve?
If somebody wants to use the option of mounting a volume with configuration files into /bitnami/pgbouncer/conf/, they still need to define the env var POSTGRESQL_PASSWORD.
The value of this env var is not used, but the container will not start without it.
What is the feature you are proposing to solve the problem?
It would be nice, if the container would start without the env var being present. Assuming, that a configuration file is mounted.
What alternatives have you considered?
No response