Browse Source

Fix syntax on traefik

Jonathan Yarbor 7 years ago
parent
commit
53866ef111
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/common/traefik.md

+ 2 - 2
pages/common/traefik.md

@@ -12,8 +12,8 @@
 
 - Start server with a cluster mode enabled:
 
-`traefik --cluster
+`traefik --cluster`
 
 - Start server with web ui enabled:
 
-`traefik --web`
+`traefik --web`