File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ On you php-fpm pool configuration add: `pm.status_path = /status`
3030
3131For instance on the official php image you can alter the file ` /usr/local/etc/php-fpm.d/zz-docker.conf `
3232
33- [ See a simple example] ( https://github.com/renatomefi/php-fpm-healthcheck/blob/master/test/Dockerfile#L7 )
33+ [ See a simple example] ( https://github.com/renatomefi/php-fpm-healthcheck/blob/master/test/Dockerfile-alpine #L7 )
3434
3535[ More about PHP fpm pool configuration] ( http://php.net/manual/en/install.fpm.configuration.php )
3636
@@ -45,7 +45,7 @@ The script is POSIX sh but also uses some tools from your operating system, bein
4545
4646In case you're using alpine you only need to make sure you have installed ` busybox ` and ` fcgi ` packages.
4747
48- [ See a simple Dockerfile based on the official PHP image] ( https://github.com/renatomefi/php-fpm-healthcheck/blob/master/test/Dockerfile )
48+ [ See a simple Dockerfile based on the official PHP image] ( https://github.com/renatomefi/php-fpm-healthcheck/blob/master/test/Dockerfile-alpine )
4949
5050### Download
5151
You can’t perform that action at this time.
0 commit comments