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