Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A production-ready, lightweight Docker container for [PgBouncer](https://www.pgb
- **Lightweight**: Based on Alpine Linux for minimal resource usage
- **Environment-driven Configuration**: Complete configuration through environment variables
- **Automatic Setup**: Auto-generates `pgbouncer.ini` and `userlist.txt` on startup
- **Security-focused**: MD5 password hashing, non-root execution, proper file permissions
- **Security-focused**: Scram-sha-256 password hashing, non-root execution, proper file permissions
- **Production-ready**: Health checks, graceful shutdown, comprehensive logging
- **Easy Deployment**: Docker Compose support with PostgreSQL integration
- **Validation**: Configuration validation and database connectivity testing
Expand Down Expand Up @@ -551,4 +551,4 @@ If this project helped you, please consider giving it a ⭐ on GitHub!

---

**Made with ❤️ for the PostgreSQL community**
**Made with ❤️ for the PostgreSQL community**
Loading