Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 465 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 465 Bytes

Wordpress with MySQL

WordPress is a popular content management system.

Launching

To start the WordPress and MySQL containers, run:

docker compose up --detach

Accessing

Once the container is running, WordPress is available at http://localhost:80. Then, you can proceed with the WordPress setup using the web interface.

Teardown

To stop and remove the containers, run

docker compose down --volumes