How to update wordpress docker wp-config.php database details on the fly #838
shankar-ccm
started this conversation in
General
Replies: 1 comment 1 reply
-
The provided image entrypoint will copy |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am deploying custom wordpress docker image to ecs fargate services for each deployment it is asking for database setup details.But i want to update these values while creating docker image and deploy so that it automatically gets added and will not ask for database details to setup.
My database details are available in aws secretmanger which I am fecthing in entrypoint.sh file but not able to append values in wp-config.php.
Even my docker container is only has wp-config-docker.php and wp-config-sample.php but not wp-config.php.
Please help me to overcome this issue.
Thank you!!
Beta Was this translation helpful? Give feedback.
All reactions