Skip to content

Dockerizing Wordpress with Nginx, PHP-FPM and phpMyAdmin

Notifications You must be signed in to change notification settings

whoami-pwd/dockerize-wp-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Execute the following:

  1. Download or clone this repository.
  2. Open docker-compose.yml file and set your preferences (or leave it default).
  3. Open nginx/wordpress.conf file folder:
cd nginx/
nano wordpress.conf
  1. Change your test server_name on line 3 (default: demo.big).
  2. Add server_name to your hosts file:
127.0.0.1   demo.big
  1. Execute the following to startup the application (see more):
docker-compose up -d

Now You can:

About

Dockerizing Wordpress with Nginx, PHP-FPM and phpMyAdmin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published