Skip to content

Setting up a local WordPress development environment using docker

Notifications You must be signed in to change notification settings

w321-mk/Wordpress-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Wordpress Server

Instructions

  1. Create two folders (wordpress and 'mysql') in the root directory. The root directory should be as follows

        + wordpress
        + mysql
        + nginx
        |- default.conf
        -.gitignore
        -docker-compose.yml
        -nginx.dockerfile
        -php.dockerfile
        -readme.md
    
  2. extract the wordpress installation files into the wordpress folder

  3. start wordpress installation and setup with

    docker compose up -d
    
  4. Go to localhost to begin setting up wordpress

NOTE

whenever changes are made to the docker-compose.yml use

docker compose up -d --build

About

Setting up a local WordPress development environment using docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published