Only used for traefik

This commit is contained in:
David Heinemeier Hansson
2023-03-09 11:00:52 +01:00
parent c8badea6dd
commit 487fcd4cea
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
module Mrsk::Commands
class Base
delegate :redact, :argumentize_for_cmd, to: Mrsk::Utils
delegate :redact, to: Mrsk::Utils
MAX_LOG_SIZE = "10m"

View File

@@ -1,4 +1,6 @@
class Mrsk::Commands::Traefik < Mrsk::Commands::Base
delegate :argumentize_for_cmd, to: Mrsk::Utils
CONTAINER_PORT = 80
def run