Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 788 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 788 Bytes

WP Devbox

Built with Docker Compose and WordPress.

How to use it

  1. 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.
  2. Run docker-compose up. WordPress files will be stored in wordpress/ and MySQL data will be stored in mysql/. Git will ignore both of these, and deleting them will remove all data and require repeating this step.
  3. Visit [http://localhost:8000] in a web browser to complete the installation.