Skip to content

Commit 447617a

Browse files
author
Mauricio Siu
committed
docs: add warning about configuring bash as the default shell for remote server deployments in multi-server documentation Dokploy/dokploy#1428
1 parent 7477a87 commit 447617a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

apps/docs/content/docs/core/multi-server/deployments.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ The server setup process prepares the necessary environment for securely and eff
1616
Root access to the server is required. We currently do not support non-root deployments.
1717
</Callout>
1818

19+
<Callout type="warning">
20+
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.
21+
</Callout>
22+
1923
<ImageZoom
2024
src="/assets/images/server-deploy.png"
2125
alt="Multi-Server Setup"

apps/docs/content/docs/core/multi-server/instructions.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Multi server allows you to deploy your apps remotely to different servers withou
1111

1212
1. To install Dokploy UI, follow the [installation guide](en/docs/core/get-started/installation).
1313

14+
<Callout type="warning">
15+
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.
16+
</Callout>
17+
1418
2. Create an SSH key by going to `/dashboard/settings/ssh-keys` and add a new key. Be sure to copy the public key.
1519

1620
<ImageZoom

0 commit comments

Comments
 (0)