Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 709 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 709 Bytes

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: