aj-may / dotdocker

🐳 A utility to help setup a docker development environment with host based routing
MIT License
40 stars 10 forks source link

feat: add ability to specify `nginx_proxy.conf` file #39

Closed YSSofer closed 4 years ago

YSSofer commented 4 years ago

If there's an nginx_proxy.conf file in the user's $HOME/.docker/ directory.

This will allow for custom nginx configs like setting headers or mutual TLS using x.509 certificates in local setups.

YSSofer commented 4 years ago

Duplicated by #38