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: ...