khrigo / wordpress-docker

Wordpress Docker Easiest Way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Wordpress Docker Easiest Way

License:MIT License


Languages

Language:Makefile 100.0%