Challenge: Add Adminer to WordPress
Test if you can add the Adminer to the SQL database used in WordPress launching.
We'll cover the following
Adding Adminer to WordPress
Follow these instructions while editing the provided docker-compose.yml
:
- Add a service named
adminer
. - Name the container
adminer
. - Use the image,
adminer
. - Add dependency on
mysql
. - Expose the default port
8080
to3000
.
Get hands-on with 1400+ tech skills courses.