wordup-dev / wordup-cli

Wordup is a fully integrated development platform for WordPress. Develop plugins and themes locally. Preview in the cloud. Automatic updates in WP.
GNU General Public License v3.0
118 stars 16 forks source link

Select Wordpress version / automated builds with tags #27

Open simonmeggle opened 4 years ago

simonmeggle commented 4 years ago

What is the recommended way to setup a wordup instance with a specific version? Currently, wordup spins up Wordpress 5.2.2, but it is not documented anywhere how/where to change this. I tried to inspect the Dockerfile of wordupdev/wordup-wp, but the image is a monolithic build without any reference to a repository (...). Thanks & regards, Simon

shry commented 4 years ago

You can specify a version in the config.yml, see: https://docs.wordup.dev/config#configyml But it is correct, that the docker container is always the same. In the near future, i will release a new version, also with some changes on this topic. Stay tuned ;)

simonmeggle commented 4 years ago

Thanks @shry, I have overseen that config.yml is scrollable :-) Nice to hear that you are working on this topic already. Please let me know if you need any assistance. Thanks for your work!

shry commented 4 years ago

Thank you, any help will be appreciated :)