wordpress-docker-compose
Enrichment pendingEasy Wordpress development with Docker and Docker Compose
GraphCanon updated today · GitHub synced today
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Dormant (614d since push)
- As of today
- Provenance
- Not a fork · Personal account
- As of today
- Security (OSV)
- No lockfile
- As of today
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
git clone https://github.com/nezhar/wordpress-docker-composeSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Easy Wordpress development with Docker and Docker Compose
Capability facts
- Deploy
- Self-host
Source: dockerfile:docker-compose.yml · Jul 15, 2026
- Docker
- Dockerfile present
Source: dockerfile:docker-compose.yml · Jul 15, 2026
- Languages
- shell
Source: github.language · Jul 15, 2026
Categories
Tags
README
WPDC - WordPress Docker Compose
Easy WordPress development with Docker and Docker Compose.
With this project you can quickly run the following:
Contents:
- Requirements
- Configuration
- Installation
- Usage
Requirements
Make sure you have the latest versions of Docker and Docker Compose installed on your machine.
Clone this repository or copy the files from this repository into a new folder. In the docker-compose.yml file you may change the IP address (in case you run multiple containers) or the database from MySQL to MariaDB.
Make sure to add your user to the docker group when using Linux.
Installation
Open a terminal and cd to the folder in which docker-compose.yml is saved and run:
docker-compose up
This creates two new folders next to your docker-compose.yml file.
wp-data– used to store and restore database dumpswp-app– the location of your WordPress application
The containers are now built and running. You should be able to access the WordPress installation with the configured IP in the browser address. By default it is http://127.0.0.1.
For convenience you may add a new entry into your hosts file.
For agents
This page has a .md twin and JSON over the API.