/wordpress-docker

Wordpress Docker Easiest Way

Primary LanguageMakefileMIT LicenseMIT

Pure WordPress Docker

Easy WordPress development with Docker.

Configuration

Copy the example environment into .env

make env

Installation

make up

Usage

Exec bash inside app container

make bash

Stopping containers

make stop

Creating database dumps

todo

phpMyAdmin

You can also visit http://127.0.0.1:8080 to access phpMyAdmin after starting the containers.