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/
- Copy crt and key files on
- Environment file
Get Repository
On server where docker is running
git clone https://gitweb.dyndns.org/docker/wordpress-docker-compose.git
cd wordpress-docker-compose
Environment file
Copy .env-dist to .env file and adapt as your needs
Build
./manage.sh --build
Start
./manage.sh --start
Others actions
./manage.sh --help
``
## 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
### [v1.0.0] - 2026-03-08
#### Added
- initial version by [GMo](mailto:gilles.mouchet@gmail.com)
Description
Languages
Shell
100%