Skip to content

Instantly share code, notes, and snippets.

@marios88
Created February 3, 2023 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marios88/83581194edbc9b8c9698d0f28ee28e03 to your computer and use it in GitHub Desktop.
Save marios88/83581194edbc9b8c9698d0f28ee28e03 to your computer and use it in GitHub Desktop.
Gracefully restart apache2 in docker container under supervisord
# 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