Skip to content
GitHubStars: 00 views

Docker_wordPress

work wordpress whit docker

Docker to run WordPress

How to use?

  1. Clone this repository in your local machine
  2. Run the command:
sudo docker-compose up
  1. Find the IP Address of the container:
sudo docker inspect <container id> | grep IPAddress
  1. Example: "IPAddress": "172.19.0.3"

  2. Run the IPAddress number in your browser

  3. You're all set!

Note: other mode connection http://localhost:8000 or http://YOUR_IP:8000 in a web browser.

Author