imesh / wordpress-docker-compose

Wordpress Docker Compose Template with MySQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordpress Docker Compose with Persistence

This Docker Compose template includes latest wordpress Docker image and MySQL 5.7 image including volume mounts for preserving MySQL data directory and Wordpress content directory.

How to Run

  • Clone this git repository and switch to the root folder.

  • Execute Docker Compose Up command to start the containers:

    docker-compose up
  • Open a web browser and visit the following URL:

    http://localhost:8000/
    

Credits

Thanks to Docker Documentation for providing the following Wordpress, MySQL Docker Compose Template.

License

Licensed under Apache 2.0

About

Wordpress Docker Compose Template with MySQL