cloyne / docker-wordpress

Wordpress Docker image.

Home Page:https://registry.hub.docker.com/u/cloyne/wordpress/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Upgrade Wordpress

  1. git submodule update --init
  2. cd wordpress
  3. git fetch --all --tags --prune. Note the most recent tag displayed in the output.
  4. git checkout the tag, e.g. git checkout 5.2.2
  5. cd ..
  6. git add wordpress
  7. git commit -m "Updated WordPress to x.x.x"

About

Wordpress Docker image.

https://registry.hub.docker.com/u/cloyne/wordpress/


Languages

Language:Dockerfile 100.0%