This is a template to install wordpress locally. Update .gitignore when clone from this template.
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)
This template was built by Docker.