Built with Docker Compose and WordPress.
- Check the environment variables in the .env file. Keep them or change them as desired; the defaults should only be used in a development environment. Additional environment variables for WordPress can be added to WORDPRESS_CONFIG_EXTRA.
- Run
docker-compose up
. WordPress files will be stored inwordpress/
and MySQL data will be stored inmysql/
. Git will ignore both of these, and deleting them will remove all data and require repeating this step. - Visit [http://localhost:8000] in a web browser to complete the installation.