Created
February 3, 2023 14:12
-
-
Save marios88/83581194edbc9b8c9698d0f28ee28e03 to your computer and use it in GitHub Desktop.
Gracefully restart apache2 in docker container under supervisord
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# to gracefully restart apache2 in docker container | |
supervisorctl signal USR1 apache2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment