# Wordpress ## Description This docker compose run wordpress on docker ## Requierments * GMoTech/GMoLab/VdGLab Linux environment * Rocky Linux 10 * Redhat 10 * Docker with traefik * Certificats * Copy crt and key files on `/home/docker/certs/` * Environment file ## Get Repository On server where docker is running ```bash git clone https://gitweb.dyndns.org/docker/wordpress-docker-compose.git ``` ```bash cd wordpress-docker-compose ``` ## Environment file Copy `env-dist` to `env-` file and adapt as your needs ## Build ```bash ./manage.sh --env --build ``` ## Start ```bash ./manage.sh --env --start ``` ## DB The database is a dump of wp first install The script adapt the sql file with data from environment file ## Access https://wp-dev.gmolab.net https://pma-dev.gmolab.net ### [1.0.0] - 2026-03-08 #### Added - initial version by [GMo](mailto:gilles.mouchet@gmail.com)