Fixed a typo on multiple-servers.mdx

This commit is contained in:
Minasie Shibeshi
2024-10-06 16:04:49 +03:00
committed by GitHub
parent 50aa5e1d69
commit 8fb31f4724

View File

@@ -28,7 +28,7 @@ Any additional servers must be set in the `Servers` menu, simply by clicking on
Now everytime you redeploy, restart or stop the application, the action will be done on all servers. Now everytime you redeploy, restart or stop the application, the action will be done on all servers.
If the deploy needs a build process, it will be executed on the main server (or on the build server if you have on). The deploy process will upload the built image to the Docker Registry and only after all other servers will be notified to pull and deploy this image. If the deploy needs a build process, it will be executed on the main server (or on the build server if you have one). The deploy process will upload the built image to the Docker Registry and only after all other servers will be notified to pull and deploy this image.
## How to configure a loadbalancer? ## How to configure a loadbalancer?