0xShone / wordpress-mysql-docker-compose

This is the Docker Compose for WordPress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wordpress-mysql-docker-compose

About this

This is the Docker Compose for WordPress

demo1

Run

Create .env file from .env.sample and edit as you like.

$ cp .env.sample .env

Start docker-compose

$ docker-compose up

If you want to run in the background, use -d option.

$ docker-compose up -d

Then you can visit http://localhost:8080

About

This is the Docker Compose for WordPress