Update readme with sample using docker-compose version '3'#226
Conversation
|
@evertramos your docker-compose configuration won't reload nginx on automated certificate renewal and serve the renewed certificates due to the absence of the See the last bullet point there and the relevant PR. |
|
Thanks for the comment @buchdag, I have the option in the jrcs/docker-letsencrypt-nginx-proxy-companion container, as of: Isn´t that right? Or I must have specify it somewhere else? |
|
If you use a docker-compose version 3 file with the three container setup (nginx / docker-gen / letsencrypt) you actually have to specify both environment variable on the letsencrypt container:
|
|
So it would be like this: Is that it? Thank you very much for your attention on that! It would take me 90 days to realize it. |
|
Yep, that's it ! |
Hi there!
Thanks for the good work and I would like to share a new sample.
Cheers!