Skip to content

Use Docker Compose to setup and run a wordpress website

Notifications You must be signed in to change notification settings

JamDevCo/docker-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart: Compose and WordPress

You can use Docker Compose to easily run WordPress in an isolated environment built with Docker containers. This quick-start guide demonstrates how to use Compose to set up and run WordPress. Before starting, make sure you have Compose installed.

Clone the Real World Docker Examples

cd ~
git clone https://github.com/JamaicanDevelopers/docker-wordpress.git

Create a project folder

  • Navigate to the repo
cd docker-wordpress
  • Build the project
docker-compose up -d

Shuting down project

 docker-compose down

About

Use Docker Compose to setup and run a wordpress website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published