Skip to content

Commit 83ae4b1

Browse files
committed
fix: typo
1 parent 3c446a7 commit 83ae4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/traefik.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Let’s do a quick demo of starting Traefik and then configuring two additional
4747
$ docker network create traefik-demo
4848
```
4949

50-
2. Start a Traefik container using one of the following methods.
50+
2. Start a Traefik container using one of the following methods. These commands exposes Traefik on port 80, mounts the Docker socket (which is used to monitor containers to update configuration), and passes the `--providers.docker` argument to configure Traefik to use the Docker provider.
5151

5252
{{< tabs >}}
5353
{{< tab name="Using Docker Hardened Images" >}}

0 commit comments

Comments
 (0)