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:

  1. Add a service named adminer.
  2. Name the container adminer.
  3. Use the image, adminer.
  4. Add dependency on mysql.
  5. Expose the default port 8080 to 3000.

Get hands-on with 1200+ tech skills courses.