From 76f80a0f2f030cfc2cc89a18d9eeb01db62f4794 Mon Sep 17 00:00:00 2001 From: blipp Date: Wed, 14 Jan 2026 12:21:22 +0100 Subject: [PATCH] Fix k8s link in Docker Compose installation guide --- docs/installation/compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/compose.md b/docs/installation/compose.md index dcb50742..45a61060 100644 --- a/docs/installation/compose.md +++ b/docs/installation/compose.md @@ -1,6 +1,6 @@ # Installation with docker compose -We provide a sample configuration for running Meet using Docker Compose. Please note that this configuration is experimental, and the official way to deploy Meet in production is to use [k8s](../installation/k8s.md) +We provide a sample configuration for running Meet using Docker Compose. Please note that this configuration is experimental, and the official way to deploy Meet in production is to use [k8s](../installation/kubernetes.md). ## Requirements