Skip to content

Commit

Permalink
Merge pull request #98 from igor-alexandrov/remove-traefik-from-the-c…
Browse files Browse the repository at this point in the history
…ommands

Remove traefik from the commands
  • Loading branch information
djmb authored Sep 27, 2024
2 parents fa2aae6 + cba5d73 commit 8d43335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/commands/redeploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/commands/remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 8d43335

Please sign in to comment.