From dbc3b85cd05a665ef1f9587e8d1a87de28157c33 Mon Sep 17 00:00:00 2001 From: John Yani Date: Fri, 29 Jun 2018 18:02:03 +0300 Subject: [PATCH] Minor formatting issue in user-guide --- docs/user-guide/swarm-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/swarm-mode.md b/docs/user-guide/swarm-mode.md index 0c36d269b..3d713127c 100644 --- a/docs/user-guide/swarm-mode.md +++ b/docs/user-guide/swarm-mode.md @@ -102,7 +102,7 @@ Let's explain this command: | `--mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock` | we bind mount the docker socket where Træfik is scheduled to be able to speak to the daemon. | | `--network traefik-net` | we attach the Træfik service (and thus the underlying container) to the `traefik-net` network. | | `--docker` | enable docker provider, and `--docker.swarmMode` to enable the swarm mode on Træfik. | -| `--api | activate the webUI on port 8080 | +| `--api` | activate the webUI on port 8080 | ## Deploy your apps