Anybody here using docker for their wordpress site ?
Here’s what im currently doing. I am running my wordpress app using docker. For data persistence, im using a named volume since using bind mounts makes my app slow on local env.
Now my question is, how can i transfer my wordpress development including its progress on live site ? This includes, themes, plugins and all the customization and modification ive done on local env/localhost
Ive discovered to use All in one wordpress migration to do export and import.
But is there any other ways on this ? So that we can take advantage of using containerized apps ? What about git, can it help also ? CI/CD ?
[ad_2]