https://limitlessv.com/blog/local-wordpress-development-with-docker-and-docker-compose/
Example to .env file:
MYSQL_ROOT_PASSWORD=password
MYSQL_DATABASE=wordpress
MYSQL_USER=user
MYSQL_PASSWORD=password
ALLOW_EMPTY_PASSWORD=1
WORDPRESS_TABLE_PREFIX=wp_
WordPress is one of the most versatile open source content management systems on the market. WordPress is built for high performance and is scalable to many servers, has easy integration via REST, JSON, SOAP and other formats, and features a whopping 15,000 plugins to extend and customize the application for just about any type of website.
This repository contains a variety of content; some developed by Shmuel Maruani, and some from third-parties. The third-party content is distributed under the license provided by those parties.
Licensed under the Apache License, Version 2.0 © 2019 Shmuel Maruani & Limitless Virtuel LLC and contributors.