From 9843c5e1ce8f7ac895340e6f6a3a6277776826ba Mon Sep 17 00:00:00 2001 From: Stephen van Beek Date: Tue, 14 Mar 2023 20:13:13 +0000 Subject: [PATCH] Fixed typos --- README.md | 2 +- lib/mrsk/commands/traefik.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcfeb439..da56ed0a 100644 --- a/README.md +++ b/README.md @@ -449,7 +449,7 @@ traefik: publish: - 80 volumes: - - /var/run/docker.sock:/var/run/docker.sock + - /var/run/docker.sock:/var/run/docker.sock args: entrypoints.web.address: ':80' ``` diff --git a/lib/mrsk/commands/traefik.rb b/lib/mrsk/commands/traefik.rb index 65654751..f6017004 100644 --- a/lib/mrsk/commands/traefik.rb +++ b/lib/mrsk/commands/traefik.rb @@ -9,7 +9,7 @@ class Mrsk::Commands::Traefik < Mrsk::Commands::Base "--restart", "unless-stopped", "--log-opt", "max-size=#{MAX_LOG_SIZE}", *published_ports, - *volumes, + *volumes, "traefik", "--providers.docker", "--log.level=DEBUG",