Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
the-unknown opened this issue Apr 3, 2024 · 1 comment

Comments

@the-unknown
Copy link

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.

@coldfix
Copy link
Owner

coldfix commented May 18, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants