From a24dc80bc8c9b9a51907ee1b14b3355acface897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Miguel=20L=C3=B3pez=20Coronado?= Date: Wed, 5 Aug 2020 06:24:39 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a4daf83..906851c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,18 @@ This directory will contain several configuration files for the deployment of wordpress sites using docker The subdirectories represent different wordpress deployment: -- basic: MySQL and WordPress containers only -- myadmin: MySQL, WordPress and phpMyAdmin containers -- basic_redis: added redis container to basic -- myadmin_redis: added redis container to myadmin +- **basic**: + + MySQL and WordPress containers only + +- **myadmin**: + + MySQL, WordPress and phpMyAdmin containers + +- **basic_redis**: + + added redis container to basic + +- **myadmin_redis**: + + added redis container to myadmin