WPTemplateSEO is a WordPress homemade custom theme that is designed to be SEO friendly. It is a simple theme that is designed to be fast and lightweight
after cloning the repository, create the secret file for the database in the build directory (/build/secrets/) of the project and add the password
DATABASE_PASSWORD_FILEthen run the following command to build the docker image
docker compose build --no-cache --pullthen run the following command to start the docker containers
docker compose up -d