From 49b003978bc85d15cf053bc23976100e24a888d4 Mon Sep 17 00:00:00 2001 From: Tai Date: Sat, 2 Jan 2021 13:10:32 -0800 Subject: [PATCH] Update README.md --- wordpress/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wordpress/README.md b/wordpress/README.md index 73f2123..206ced3 100644 --- a/wordpress/README.md +++ b/wordpress/README.md @@ -91,8 +91,8 @@ Simple... Just repeat with the following changes. Below is an example for a new ├── docker-compose.yml ├── uploads.ini ``` - -Modify 3 areas in the original docker-compose.yml from "wordpress" to "wordpress2" +First you duplicate .env and uploads.ini inside the new directory wordpress2, but then you modify the docker-compose.yml. +Modify 3 areas in docker-compose.yml from "wordpress" to "wordpress2" ``` wordpress: ...