diff --git a/apps/dokploy/components/dashboard/compose/general/actions.tsx b/apps/dokploy/components/dashboard/compose/general/actions.tsx index 0ac6d4c68..b64d1fed9 100644 --- a/apps/dokploy/components/dashboard/compose/general/actions.tsx +++ b/apps/dokploy/components/dashboard/compose/general/actions.tsx @@ -84,19 +84,19 @@ export const ComposeActions = ({ composeId }: Props) => { )} {canDeploy && ( { await redeploy({ composeId: composeId, }) .then(() => { - toast.success("Compose reloaded successfully"); + toast.success("Compose rebuilt successfully"); refetch(); }) .catch(() => { - toast.error("Error reloading compose"); + toast.error("Error rebuilding compose"); }); }} > @@ -109,12 +109,14 @@ export const ComposeActions = ({ composeId }: Props) => {
- Reload + Rebuild
-

Reload the compose without rebuilding it

+

+ Rebuilds the compose without downloading the source code +