All apps · 0 apps
WordPress
OfficialDocker app from Kru-X's Repository
Overview
WordPress is a free and open source blogging tool and a content management system (CMS) based on PHP and MySQL, which runs on a web hosting service.
Use MariaDB (recommended) or Mysql as the external database.
Install WordPress on Unraid in a few clicks.
Find WordPress in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for WordPress Review the template variables and paths Click Install
Requirements
MariaDB / MySQL database installed
Categories
Download Statistics
1,472,481,129
Total Downloads
5,507,777
This Month
4,999,915
Avg / Month
Total Downloads Over Time
Loading chart...
Related apps
Explore more like this
Explore allLinks
Details
Repository
wordpressLast Updated2026-06-29
First Seen2020-02-06
Runtime arguments
- Web UI
http://[IP]:[PORT:80]/- Network
bridge- Shell
sh- Privileged
- false
Template configuration
Container portPorttcp
Connects to internal port 80 (Ex. 8080:80)
- Target
- 80
- Value
- 8080
wwwPathrw
Container Path: /var/www/html
- Target
- /var/www/html
- Value
- /mnt/user/appdata/wordpress
WORDPRESS_DB_HOSTVariable
External database container hostname and port <br>ex. 192.168.1.100:8080
WORDPRESS_DB_USERVariable
External database user
WORDPRESS_DB_PASSWORDVariable
External database password
WORDPRESS_DB_NAMEVariable
The WORDPRESS_DB_NAME needs to already exist on the given DB server; it will not be created by the wordpress container.