Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Wordpress with MySQL

WordPress is a popular content management system.

Launching

To start the WordPress and MySQL containers, run:

podman 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

podman compose down --volumes