Replies: 3 comments
-
Hi @abda11ah You can use the To provide a more complete answer to your question, I would need more details about the specific changes you want to make. Directly modifying existing config files in the container might cause it to behave differently from its intended design. |
Beta Was this translation helpful? Give feedback.
-
For example, I wanted to know what the default paths were for nginx.conf and php.ini so that I could replace them, as I couldn't find anything in the readme file. But now I'm using an official frankenphp image. |
Beta Was this translation helpful? Give feedback.
-
@abda11ah I always try not to alter the default config paths, so you can find the configuration files in the container at the following paths:
I’m sorry to hear that you’ve decided to use other Docker images. However, I believe that for an advanced user like you, who prefers customizing configurations, starting from the official base images might be more suitable. Feel free to contact me if you have any other feedback. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Can we override php.ini and nginx.conf directly from the docker-compose.yml file ?
if so, how to ?
Beta Was this translation helpful? Give feedback.
All reactions