Skip to content

Commit 113996f

Browse files
committed
fix path custom configurations
1 parent 0d12cb7 commit 113996f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ RUN set -eux; \
152152
rm -rf /tmp/php*
153153

154154
COPY ./src /
155-
COPY ./custom_params.ini /opt/php/etc/conf.d/php-03-custom-params.ini
155+
COPY ./custom_params.ini /opt/php/etc/php/conf.d/php-03-custom-params.ini
156156

157157
RUN set -eux; \
158158
apk add --no-cache \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This will expose Nginx on port 8080 of your local machine.
7474
You can customize the PHP configuration by editing the custom_params.ini file and copying it to the appropriate directory:
7575

7676
```dockerfile
77-
COPY ./custom_params.ini /opt/php/etc/conf.d/php-04-custom-params.ini
77+
COPY ./custom_params.ini /opt/php/etc/php/conf.d/php-04-custom-params.ini
7878
```
7979

8080
### Directory Structure

0 commit comments

Comments
 (0)