Skip to content

liemlylac/wordpress-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress Docker Compose

build Mit License

Sample Wordpress docker-compose for local development

Infomation

  1. wordpress@latest: running in http://localhost:8080
  2. phpmyadmin/phpmyadmin: running in http://localhost:8888
  3. [email protected]

Usage

First time

Clone this repository

git clone https://github.com/liemlylac/wordpress-docker-compose

change dir to wordpress-docker-compose

cd wordpress-docker-compose

Pull docker image and start container

docker-compose up

Ctl + C to stop running container when you are attaching

Start containers

Start all container without attach

docker-compose up -d

Stop containers

Stop all running container

docker-compose stop

Delete containers

Stop all running container

docker-compose stop

Stop and delete all container

docker-compose down

Environment

OS: Windows 10 1909 (build 18363.657) Docker: 19.03.5 (build 633a0ea) Docker Compose: 1.25.4 (build 8d51620a) Docker Desktop: 2.2.0.3 (build 42716)

About

Sample Wordpress docker-compose for local development

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published