Skip to content

Geeky-Hacker/wordpress-mysql-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wordpress-mysql-docker

A local Wordpress instance using docker-compose.

The project contains a docker-compose which configures a local Wordpress instanace with MySQL. It also has persistence unit so your changes won't get lost after stopping the containers.

  • MySQL accessible via localhost:3306 with root and secret credentials
  • Wordpress accessible via localhost

Start and stop

To start just run the docker-compose,

$ docker-compose up -d

To stop (but keeping the persisted data),

$ docker-compose down

To stop and remove data (volumes)

$ docker-compose down -v

Important note

Do not use this set up for production. This is suitable for local testing only.

About

A local Wordpress instance with docker-compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published