diff --git a/docs/commands/redeploy.md b/docs/commands/redeploy.md index 8f28c64..59d8365 100644 --- a/docs/commands/redeploy.md +++ b/docs/commands/redeploy.md @@ -4,6 +4,6 @@ title: Redeploy # kamal redeploy -Deploy your app, but skip bootstrapping servers, starting Traefik, pruning, and registry login. +Deploy your app, but skip bootstrapping servers, starting kamal-proxy, pruning, and registry login. You must run [`kamal deploy`](../deploy) at least once first. diff --git a/docs/commands/remove.md b/docs/commands/remove.md index 7f98d3b..a153458 100644 --- a/docs/commands/remove.md +++ b/docs/commands/remove.md @@ -4,6 +4,6 @@ title: Remove # kamal remove -This will remove app, Traefik and accessory containers and log out of the docker registry. +This will remove app, kamal-proxy and accessory containers and log out of the docker registry. It will prompt for confirmation unless you add the `-y` option.