Skip to content

Commit

Permalink
docs: add information about docker compose vs docker-compose pref…
Browse files Browse the repository at this point in the history
…erence
  • Loading branch information
wowu committed Nov 3, 2024
1 parent 93a7331 commit 7487c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ chmod +x ~/.docker/cli-plugins/docker-rollout

## Usage

Run `docker rollout <name>` instead of `docker compose up -d <name>` to update a service without downtime.
Run `docker rollout <name>` instead of `docker compose up -d <name>` to update a service without downtime. If you have both `docker compose` plugin and `docker-compose` command available, docker-rollout will use `docker compose` by default.

```bash
$ docker rollout -f docker-compose.yml <service-name>
Expand Down

0 comments on commit 7487c2d

Please sign in to comment.