tomdess / docker-haproxy-certbot

Dockerized HAProxy with Let's Encrypt certificates automatic renewal
69 stars 54 forks source link

Fix an issue where EMAIL isn't passed into renew cron #6

Closed eliknebel closed 4 years ago

eliknebel commented 4 years ago

When using supervisord, you must explicitly pass in environment variables through the configuration otherwise cert renewal script will crash.

https://stackoverflow.com/questions/36482324/pass-environment-variable-from-docker-to-supervisord explains the fix

Closes #5