Fixed typos

This commit is contained in:
Stephen van Beek
2023-03-14 20:13:13 +00:00
parent c2ca269eb6
commit 9843c5e1ce
2 changed files with 2 additions and 2 deletions

View File

@@ -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'
```

View File

@@ -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",