From dfde30798e90a801cfc7019c4f813a65344cb02e Mon Sep 17 00:00:00 2001 From: Andrew Kelling Date: Tue, 7 Dec 2021 11:59:11 -0700 Subject: [PATCH 1/2] Update README.md Cleaned up wording --- tools/docker-compose/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker-compose/README.md b/tools/docker-compose/README.md index dab53141ae..53f64468a4 100644 --- a/tools/docker-compose/README.md +++ b/tools/docker-compose/README.md @@ -27,7 +27,7 @@ Here are the main `make` targets: Notable files: -- `tools/docker-compose/inventory` file - used to configure the local AWX development deploymen +- `tools/docker-compose/inventory` file - used to configure the local AWX development. - `migrate.yml` - playbook for migrating data from Local Docker to the Development Environment ### Prerequisites From d6fb8d6cd7bde8e8cf338ae144398c9060426dab Mon Sep 17 00:00:00 2001 From: Alex Corey Date: Mon, 13 Jun 2022 13:53:48 -0400 Subject: [PATCH 2/2] Update tools/docker-compose/README.md Co-authored-by: Shane McDonald --- tools/docker-compose/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker-compose/README.md b/tools/docker-compose/README.md index 53f64468a4..4b7f32eb44 100644 --- a/tools/docker-compose/README.md +++ b/tools/docker-compose/README.md @@ -27,7 +27,7 @@ Here are the main `make` targets: Notable files: -- `tools/docker-compose/inventory` file - used to configure the local AWX development. +- `tools/docker-compose/inventory` file - used to configure the AWX development environment. - `migrate.yml` - playbook for migrating data from Local Docker to the Development Environment ### Prerequisites