How to schedule restart apache ? #853
jackchuong
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
My docker-compose.yml
I edited docker-entrypoint.sh so wordpress apache support ssl
I want certbot container try to renew certificate every 24h and if certificate is renew, apache service in wordpress container should be restarted to load new certificate.
What is command to restart apache in wordpress-web container every 24h ?
I tried exec to wordpress-web container and run
Beta Was this translation helpful? Give feedback.
All reactions