Last active
April 10, 2019 14:21
-
-
Save arodbits/c1f1023714267d1ac882658a67ceebf2 to your computer and use it in GitHub Desktop.
reload a running php-fpm in a docker container
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
docker exec -it container_name kill -USR2 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment