Removed not needed MRSK.traefik.run command in Traefil reboot

This commit is contained in:
Igor Alexandrov
2023-07-19 15:08:42 +04:00
parent 2746a48e88
commit a29e188c90

View File

@@ -19,10 +19,6 @@ class Mrsk::Cli::Traefik < Mrsk::Cli::Base
stop
remove_container
boot(login: false)
on(MRSK.traefik_hosts) do
execute *MRSK.traefik.run, raise_on_non_zero_exit: false
end
end
end