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

This commit is contained in:
Mauricio Siu
2025-11-16 20:16:37 -06:00
parent 7477a87b08
commit 447617ab2a
2 changed files with 8 additions and 0 deletions

View File

@@ -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.
</Callout>
<Callout type="warning">
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.
</Callout>
<ImageZoom
src="/assets/images/server-deploy.png"
alt="Multi-Server Setup"

View File

@@ -11,6 +11,10 @@ Multi server allows you to deploy your apps remotely to different servers withou
1. To install Dokploy UI, follow the [installation guide](en/docs/core/get-started/installation).
<Callout type="warning">
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.
</Callout>
2. Create an SSH key by going to `/dashboard/settings/ssh-keys` and add a new key. Be sure to copy the public key.
<ImageZoom