We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945b865 commit 5bdd3e1Copy full SHA for 5bdd3e1
README.md
@@ -74,14 +74,13 @@ This will expose Nginx on port 8080 of your local machine.
74
You can customize the PHP configuration by editing the custom_params.ini file and copying it to the appropriate directory:
75
76
```dockerfile
77
-COPY ./custom_params.ini /usr/local/etc/php/conf.d/docker-php-ext-x-03-custom-params.ini
+COPY ./custom_params.ini /opt/php/etc/conf.d/php-04-custom-params.ini
78
```
79
80
### Directory Structure
81
82
- `/app`: The application code.
83
- `/env`: Environment variables directory.
84
-- `/var/log/nginx`: Nginx logs.
85
- `/etc/service`: Runit service definitions.
86
87
## Development
0 commit comments