WordPress is a popular content management system.
To start the WordPress and MySQL containers, run:
podman compose up --detachOnce 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
podman compose down --volumes