From eec728620b9c67a2cb7b5a50660c505d132aecc9 Mon Sep 17 00:00:00 2001 From: Pavel Sviderski Date: Tue, 27 May 2025 16:09:20 +1000 Subject: [PATCH] chore: minor README change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b821190..02cefeff 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ complexity of Kubernetes. The screenshot below demonstrates how I use Uncloud to deploy the [Uncloud Documentation](https://docs.uncloud.run) website to 2 remote machines (why not?) from a Docker Compose file on my local machine. It exposes the container port `8000/tcp` as HTTPS on the domain `docs.uncloud.run`, served by the Caddy reverse proxy on the remote -machines. +machines. All managed by Uncloud. ![Uncloud compose deployment demo](.github/images/compose-deploy.jpg)