You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use the volumes attribute in docker-compose.yml to mount files from the host machine to the container at the desired path to modify config files within the container. Documentation reference.
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.
Repository owner
locked and limited conversation to collaborators
Jan 9, 2025
Hi,
Can we override php.ini and nginx.conf directly from the docker-compose.yml file ?
if so, how to ?
The text was updated successfully, but these errors were encountered: