From d6ddd4cfed5615468e18e794005dd54f195b1ca8 Mon Sep 17 00:00:00 2001 From: schnillerman Date: Mon, 24 Mar 2025 10:59:23 +0100 Subject: [PATCH] Docker installation hint Added the link to the docker-compose. This installation documentation is linked on external websites; the reference to docker-compose makes that installation method easier to find. --- docs/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index d0f6e0451..05c99593e 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,3 +1,5 @@ +# Installation in Docker +Please refer to the [docker compose file](https://github.com/suitenumerique/docs/blob/main/docker-compose.yml) # Installation on a k8s cluster This document is a step-by-step guide that describes how to install Docs on a k8s cluster without AI features. It's a teaching document to learn how it's work. It needs to be adapt for production environment.