From 447617ab2ab3cf207e44989d7e56f37ec9dcda8e Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Sun, 16 Nov 2025 20:16:37 -0600 Subject: [PATCH] docs: add warning about configuring bash as the default shell for remote server deployments in multi-server documentation https://github.com/Dokploy/dokploy/issues/1428 --- apps/docs/content/docs/core/multi-server/deployments.mdx | 4 ++++ apps/docs/content/docs/core/multi-server/instructions.mdx | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/apps/docs/content/docs/core/multi-server/deployments.mdx b/apps/docs/content/docs/core/multi-server/deployments.mdx index 059fbac..14d3fac 100644 --- a/apps/docs/content/docs/core/multi-server/deployments.mdx +++ b/apps/docs/content/docs/core/multi-server/deployments.mdx @@ -16,6 +16,10 @@ The server setup process prepares the necessary environment for securely and eff Root access to the server is required. We currently do not support non-root deployments. + + If your remote server is configured with a different shell (other than bash), you must configure bash as the default shell, as Dokploy has been developed and tested with bash. + + + If your remote server is configured with a different shell (other than bash), you must configure bash as the default shell, as Dokploy has been developed and tested with bash. + + 2. Create an SSH key by going to `/dashboard/settings/ssh-keys` and add a new key. Be sure to copy the public key.