diff --git a/apps/docs/content/docs/core/manual-installation.mdx b/apps/docs/content/docs/core/manual-installation.mdx index e9c35d1..bdb96f1 100644 --- a/apps/docs/content/docs/core/manual-installation.mdx +++ b/apps/docs/content/docs/core/manual-installation.mdx @@ -324,6 +324,18 @@ curl -sSL https://dokploy.com/install.sh | sh -s update The installation script automatically detects the latest stable version from GitHub. You can also specify a particular version: +**Install a Specific Version (Recommended):** + +Every [Dokploy release](https://github.com/Dokploy/dokploy/releases) includes its own `install.sh` as a release asset, which installs exactly that version with the setup it expects. Just replace the version tag in the URL with the one you want: + +```bash +curl -sL https://github.com/Dokploy/dokploy/releases/download/v0.15.0/install.sh | sh +``` + + + This is the recommended way to install older versions of Dokploy. The main script at `dokploy.com/install.sh` always targets the latest release, so its setup may not be compatible with older versions. + + **Install/Update to Canary (Development):** ```bash export DOKPLOY_VERSION=canary && curl -sSL https://dokploy.com/install.sh | sh diff --git a/apps/docs/public/assets/architecture.png b/apps/docs/public/assets/architecture.png index 548a99f..4f5ec7b 100644 Binary files a/apps/docs/public/assets/architecture.png and b/apps/docs/public/assets/architecture.png differ