readme: added note on reload php-fpm configuration using `docker kill`

This commit is contained in:
Sameer Naik 2015-06-18 19:59:10 +05:30
parent 5d7535e249
commit aba194a55a
1 changed files with 7 additions and 0 deletions

View File

@ -210,6 +210,13 @@ or using Docker Compose:
docker-compose restart phpfpm
```
**Note!**
You can also reload PHP-FPM by sending the `USR2` signal to the container using the `docker kill` command.
```bash
docker kill -s USR2 phpfpm
```
# Logging
The Bitnami PHP-FPM Docker Image supports two different logging modes: logging to stdout, and