Skip to content

Latest commit

 

History

History

wordpress-mysql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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