Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 9eb5f85

Browse files
authored
Merge pull request #212 from jdeathe/issue/207
CLOSES #207: Removes unused environment variable from README.
2 parents 14baf98 + 12e3c47 commit 9eb5f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ $ docker stop apache-php.1 && \
9797

9898
There are environmental variables available which allows the operator to customise the running container.
9999

100-
##### ENABLE_HTTPD_BOOTSTRAP, ENABLE_HTTPD_WRAPPER & ENABLE_PHP_FPM_WRAPPER
100+
##### ENABLE_HTTPD_BOOTSTRAP & ENABLE_HTTPD_WRAPPER
101101

102102
It may be desirable to prevent the startup of the `httpd-bootstrap` and/or `httpd-wrapper` scripts. For example, when using an image built from this Dockerfile as the source for another Dockerfile you could disable services from startup by setting `ENABLE_HTTPD_WRAPPER` to `false`. The benefit of this is to reduce the number of running processes in the final container. Another use for this would be to make use of the packages installed in the image such as `ab`, `curl`, `elinks`, `php-cli` etc.
103103

0 commit comments

Comments
 (0)