Merge pull request #1369 from basecamp/dont-cleanup-traefik-on-reboot

Don't cleanup traefik on reboot
This commit is contained in:
Donal McBreen
2025-01-20 15:23:49 +00:00
committed by GitHub
2 changed files with 0 additions and 5 deletions

View File

@@ -68,9 +68,6 @@ class Kamal::Cli::Proxy < Kamal::Cli::Base
execute *KAMAL.auditor.record("Rebooted proxy"), verbosity: :debug
execute *KAMAL.registry.login
"Stopping and removing Traefik on #{host}, if running..."
execute *KAMAL.proxy.cleanup_traefik
"Stopping and removing kamal-proxy on #{host}, if running..."
execute *KAMAL.proxy.stop, raise_on_non_zero_exit: false
execute *KAMAL.proxy.remove_container