Skip to content

Commit 795b6e0

Browse files
committed
chore: disabled expose_php
1 parent c768420 commit 795b6e0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

containers/php/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ COPY --from=docker.io/mlocati/php-extension-installer:2.11.12 /usr/bin/install-p
99
ADD --chmod=777 \
1010
--checksum=sha256:206a8f9b2177703fc5aa924d85ad6c72e82413e2d09635b4c9c82a1b65b5b3d5 \
1111
https://github.com/eficode/wait-for/releases/download/v2.2.4/wait-for /usr/local/bin/wait-for
12+
COPY containers/php/config/conf.d/expose_php.ini /usr/local/etc/php/conf.d/expose_php.ini
1213
# configure entrypoints and image
1314
ARG PHP_EXTENSIONS
1415
ARG ADDITIONAL_PACKAGES
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
expose_php=Off

0 commit comments

Comments
 (0)