Jonas Alfredsson

Results 50 comments of Jonas Alfredsson

Hi Fummowo, So there is already a certbot PIP package ready for download which includes the above mentioned fix? If that is the case we can rebuild the `latest` immediately,...

latest tag should now have been rebuilt, but I will just need a little more time to think about how to best proceed with the tagged rebuild :)

We will now update the patch version when certbot is updated: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/228

Isn't it just easier to change the ``` volumes: - nginx_secrets:/etc/letsencrypt ``` to ``` volumes: - ./nginx_secrets:/etc/letsencrypt ``` if you are interested in making this a bind mount instead? The...

Example file now updated with explanation of difference between the two mount types: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/77ea6ad00cc0d0741339a7ebe76cf0cccb0130d3

Hi LorenzoNey, That is probably a question best directed at the [parent container](https://github.com/nginxinc/docker-nginx). This image does minimal changes beyond adding certbot, and unfortunately I know of no "good" way of...

Did you find a solution that worked?

Closing this issue since it is more related to the parent container than this one.

Hi wade-liwei, That is very little information you have provided, so to begin with I would need you to include your configuration files and the log output from the container,...