Skip to content

Commit 5bdd3e1

Browse files
committed
fix docs
1 parent 945b865 commit 5bdd3e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,13 @@ 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 /usr/local/etc/php/conf.d/docker-php-ext-x-03-custom-params.ini
77+
COPY ./custom_params.ini /opt/php/etc/conf.d/php-04-custom-params.ini
7878
```
7979

8080
### Directory Structure
8181

8282
- `/app`: The application code.
8383
- `/env`: Environment variables directory.
84-
- `/var/log/nginx`: Nginx logs.
8584
- `/etc/service`: Runit service definitions.
8685

8786
## Development

0 commit comments

Comments
 (0)