Skip to content

ktkization/docker-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Docker Wordpress Stack

Setup

$ git clone git@github.com:ktkization/docker-wordpress.git
  • Create a .env file at the root of the project with the following environment variables filled with your preferred values
DB_ROOT_PASSWORD=somesecuredbrootpassword
DB_USER=somedbusername
DB_PASSWORD=somesecuredbpassword
DB_NAME=somedbname

Usage

  • To run the Wordpress stack execute
$ cd docker-wordpress
$ docker-compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published