php.ini change in the existing instance #64
Unanswered
ptolemayos2nd
asked this question in
Q&A
Replies: 1 comment
-
Hello @ptolemayos2nd! Try to restart the container: docker compose restart {YOUR-SERVICE-NAME} (new-site-wordpress if default) If that does not work, run: docker compose down
docker compose up Hope it helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone. I'm new to the docker, so I'm sorry for the lame question.
I wanted to update the PHP parameters in the existing docker instance, so I changed the /conf.d/php.ini in the docker project directory, but I don't know how to make the change effective.
It seems if I run again
docker-compose up -d
doesn't work. Anyone more experienced can help? Many thanks
Beta Was this translation helpful? Give feedback.
All reactions