kalaksi / docker-tinyproxy

Docker container for Tinyproxy
MIT License
65 stars 24 forks source link

Bug fix: MaxClients not set from MAX_CLIENTS env var #2

Closed JoshKeegan closed 2 years ago

JoshKeegan commented 2 years ago

Small bug fix: MAX_CLIENTS is listed in the dockerfile as an accepted env var and also used in the sample docker-compose yaml but MaxClients wasn't being set in the config file.

kalaksi commented 2 years ago

Thanks for the contribution!