Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gonfer/docker_wp_php72

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository aims to serve as the basis for the development of a Wordpress project. I try to generate a standardized method for:

  • Develop locally.
  • Commit and upload changes.
  • Deploy to superior environments (Stage and Production) in a simple way.

Wordpress Docker Container

To deploy the Docker environment for the Apache Server, PHP and Xdebug to develop locally: $ docker-compose up -d --build

Important

  • Will map the content inside www to /var/www/html/ If the folder www doesn't exists will create a new worpdress.
  • Remove the variable COMPOSE_CONVERT_WINDOWS_PATHS if you are going to use linux

About

Docker for Wordpres with PHP 7.2 and Xdebug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published