From 93346301fbb4713eac97b8862facbf230913d9cd Mon Sep 17 00:00:00 2001 From: Pavel Sviderski Date: Mon, 5 May 2025 17:15:41 +1000 Subject: [PATCH] chore: clarify zero-downtime deployments feature --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b9aae9f7..a9c8cab4 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,10 @@ Deploy a highly available web app with automatic HTTPS across multiple regions a * **Deploy anywhere**: Combine cloud VMs, dedicated servers, and bare metal into a unified computing environment — regardless of location or provider. -* **Docker Compose**: Familiar [Docker Compose](https://compose-spec.io/) format for defining services and volumes. - No need to learn a new bespoke DSL. -* **Zero-downtime deployments**: Rolling updates with health checks and automatic rollback on failure. +* **Docker Compose**: Familiar [Docker Compose](https://compose-spec.io/) format for defining services and volumes. No + need to learn a new bespoke DSL. +* **Zero-downtime deployments**: Rolling updates without service interruption. Automatic rollback on failure is coming + soon. * **Service discovery**: Built-in DNS server resolves service names to container IPs. * **Persistent storage**: Run stateful services with Docker volumes managed across machines. * **Zero-config private network**: Automatic WireGuard mesh with peer discovery and NAT traversal. Containers get unique