From 8369bf4c4239ff24f42d0d7fbcd798feca0f91c1 Mon Sep 17 00:00:00 2001 From: Steven Prins Date: Wed, 6 Sep 2023 17:31:44 +0200 Subject: [PATCH] Remove docker_options_args --- lib/kamal/commands/traefik.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/kamal/commands/traefik.rb b/lib/kamal/commands/traefik.rb index 147bd8dfe..3bb970d13 100644 --- a/lib/kamal/commands/traefik.rb +++ b/lib/kamal/commands/traefik.rb @@ -17,7 +17,6 @@ def run *config.logging_args, *label_args, *volume_args, - *docker_options_args, image, "--providers.docker", *cmd_option_args @@ -99,10 +98,6 @@ def image config.traefik.fetch("image") { DEFAULT_IMAGE } end - def docker_options_args - optionize(config.traefik["options"] || {}) - end - def cmd_option_args if args = config.traefik["args"] optionize DEFAULT_ARGS.merge(args), with: "="