Skip to content

Commit

Permalink
docs: fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
wowu committed Dec 22, 2024
1 parent bb1ff84 commit 19e11ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ This command will scale the service to two instances, wait for the new container

If your service has a healthcheck defined, _docker rollout_ will wait for the new containers to become healthy before removing the old ones. Reverse proxy like Traefik or nginx-proxy will route traffic to the new container automatically, after it becomes healthy.

See [CLI Options](options) for the list of all available options.
See [CLI Options](cli-options) for the list of all available options.

## Deployment script

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Simply replace `docker compose up -d <service>` with `docker rollout <service>`
## Features

- ⏳ Zero downtime deployment for Docker Compose services
- 🐳 Works with Docker Compose v2 and `docker-compose` v1 ([What's the difference?](docker_compose_versions))
- 🐳 Works with Docker Compose v2 and `docker-compose` v1 ([What's the difference?](https://docs.docker.com/compose/releases/migrate/))
- ❤️ Supports Docker healthchecks out of the box

## How does it work?
Expand Down

0 comments on commit 19e11ab

Please sign in to comment.