WordPress is a popular content management system.
To start the WordPress and MySQL containers, run:
docker compose up --detach
Once the container is running, WordPress is available at http://localhost:80. Then, you can proceed with the WordPress setup using the web interface.
To stop and remove the containers, run
docker compose down --volumes