Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 313 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 313 Bytes

Docker wordpress demo

In Adminer Interface

Run the following command:

docker-compose -f dc.yml up -d

In PHPMyAdmin Interface

Run the following command:

docker-compose -f pma.yml up -d

Down the service

docker-compose -f dc.yml down
docker-compose -f pma.yml down