From cd5478f27542d8256f9e72e986a68663264f5c34 Mon Sep 17 00:00:00 2001 From: michivonah Date: Sun, 25 Jan 2026 10:34:52 +0100 Subject: [PATCH] docs: Add hint about customization of the installation --- apps/docs/content/docs/core/installation.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/docs/content/docs/core/installation.mdx b/apps/docs/content/docs/core/installation.mdx index 7123fed..551811f 100644 --- a/apps/docs/content/docs/core/installation.mdx +++ b/apps/docs/content/docs/core/installation.mdx @@ -77,6 +77,8 @@ Dokploy utilizes Docker, so it is essential to have Docker installed on your ser curl -sSL https://dokploy.com/install.sh | sh ``` +See [Manual Installation](/docs/core/manual-installation) if you want to customize your Dokploy installation. + ## Completing the Setup After running the installation script, Dokploy and its dependencies will be set up on your server. Here's how to finalize the setup and start using Dokploy: