Skip to content

Commit 0534792

Browse files
Doc
1 parent 69b07c6 commit 0534792

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ Package commands:
117117
Setup task:
118118

119119
- AEM instances are provisioned only when the configuration is changed
120-
- Maven AEM application build executed only when there are code changes
121-
- AEM dispatcher set up using Docker Compose, redeployed only when there are configuration changes as well
120+
- AEM dispatcher set up using container engine, redeployed only when there are configuration changes as well
122121
- Health checks executed to confirm the stability of the environment as a whole
123122

124123
<img src="docs/cli-demo-short.gif" alt="CLI Demo"/>
@@ -160,7 +159,7 @@ Project scaffolding:
160159

161160
- sets up ready-to-use tasks powered by [Task tool](https://taskfile.dev/), which aggregate one or many AEM Compose CLI commands into useful procedures.
162161
- provides configuration for provisioning AEM instances (installing service pack, setting replication agents, etc.).
163-
- provides configuration for running AEM Dispatcher on [Podman](https://podman-desktop.io/) or [Docker](https://www.docker.com/products/docker-desktop/) (remember to install one of these tools before running the setup task).
162+
- provides configuration for running AEM Dispatcher on [Podman](https://podman-desktop.io/) (by default) or [Docker](https://www.docker.com/products/docker-desktop/) (remember to install one of these tools before running the setup task).
164163

165164
To list all available tasks, run:
166165

0 commit comments

Comments
 (0)