Channel Revision Published Runs on
latest/stable 144 01 Jul 2025
Ubuntu 22.04 Ubuntu 20.04
latest/stable 15 12 Jun 2025
Ubuntu 22.04 Ubuntu 20.04
latest/edge 145 01 Jul 2025
Ubuntu 22.04 Ubuntu 20.04
latest/edge 15 30 Mar 2023
Ubuntu 22.04 Ubuntu 20.04
juju deploy wordpress-k8s
Show information

Platform:

How to configure hostname

Configure the WordPress hostname with the blog_hostname configuration:

juju config wordpress-k8s blog_hostname=<desired-hostname>

Check that the configuration was updated with:

juju config wordpress-k8s | grep -A 6 blog_hostname

The value: label should list <desired-hostname>.


Help improve this document in the forum (guidelines). Last updated 3 months ago.