Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 344 Bytes

File metadata and controls

25 lines (13 loc) · 344 Bytes

wordpress

deploy Wordpress with MySQL

Tools you need : docker

docker-compose

A bit of knowledge in linux and docker

to use the docker-compose file, clone it first to your local folder git clone https://github.com/Lewflo/wordpress

up the service

docker-compose up -d

to check your existing containers,

docker ps -a

:V