Skip to content

BE-Webdesign/docker-compose-wp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start Up

Copy .env-example to a new .env file and change DOCKER_DEV_DOMAIN to the domain you want, and add it to your hosts file for localhost. By default it will be project.test. Navigate to the root directory and run:

docker-compose up -d

This will start up Docker in detached mode and will set up all the images needed to run WordPress. After the containers are up. You can navigate to what you set for DOCKER_DEV_DOMAIN and install WordPress. From there you can use the themes and plugins directories to keep track of project files.

About

A WordPress project setup run on Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages