Templates
Self-host WordPress with Unbind
Deploy WordPress on your own servers with Unbind. The most used CMS, with its database set up for you.
WordPress is the most used publishing platform and CMS on the web.
Deploy it from the template list. It takes a minute or two.
What gets deployed
| Service | Runs |
|---|---|
| MySQL | mysql |
| WordPress | wordpress:7.1 |
Plan for at least 1 CPU core and 1 GB of memory.
Posts, pages and settings live in the MySQL service.
Uploads, themes and plugins are not kept yet
The template does not create a volume for the WordPress files. Uploaded media and any theme or
plugin you install are lost when the service is redeployed. Until that changes, create a
volume and mount it on the WordPress service at /var/www/html.
What you fill in
| Input | Description | Default |
|---|---|---|
| Domain | The domain for the WordPress instance. | |
| Database Size | Size of the storage for the MySQL database. | 1 GB |
After it deploys
Open your domain. WordPress asks for a site title and the admin account.