certbot-dns-netcup icon indicating copy to clipboard operation
certbot-dns-netcup copied to clipboard

QUESTION: Will the docker container check for updates if run continuously

Open the-unknown opened this issue 1 year ago • 1 comments
trafficstars

I am planing to run this via docker compose in combination with other containers. I am wondering if I can run this continuously and if I do so if it will renew certificates automatically.

the-unknown avatar Apr 03 '24 09:04 the-unknown

Hey, in principle it can easily be run repeatedly in a container with a scheduling service such as crond. The current image may not contain this, as it is meant to be invoked as application. Personally, I'm using the host crond to regularly start the container, rather than keep a container running and schedule through its own crond. But the choice is a matter of taste and preferences.

coldfix avatar May 18 '24 13:05 coldfix