Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 486 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 486 Bytes

Description

This is a template to install wordpress locally. Update .gitignore when clone from this template.

Project Setup

Copy .htaccess from .htaccess.example.

To start wordpress

docker compose up -d

To mysql docker if need

docker compose -f mysql.yml up -d

To terminate

docker compose down

Enter database information after start (http://localhost)


Dependencies

This template was built by Docker.