config.traefik is already nil safe
This commit is contained in:
@@ -56,7 +56,7 @@ class Mrsk::Commands::Traefik < Mrsk::Commands::Base
|
||||
|
||||
private
|
||||
def docker_option_args
|
||||
if args = config.raw_config.dig(:traefik, "options")
|
||||
if args = config.traefik["options"]
|
||||
optionize args
|
||||
else
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user