You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grab a [sample configuration file](https://raw.githubusercontent.com/containous/traefik/v1.7/traefik.sample.toml) and rename it to `traefik.toml`. Enable `docker` provider and web UI:
68
+
Grab a [sample configuration file](https://raw.githubusercontent.com/traefik/traefik/v1.7/traefik.sample.toml) and rename it to `traefik.toml`. Enable `docker` provider and web UI:
69
69
70
70
```toml
71
71
## traefik.toml
@@ -90,7 +90,7 @@ traefik:v1.7
90
90
Start a backend server, named `test`:
91
91
92
92
```bash
93
-
docker run -d --name testcontainous/whoami
93
+
docker run -d --name testtraefik/whoami
94
94
```
95
95
96
96
And finally, you can access to your `whoami` server throught Traefik, on the domain name `{containerName}.{configuredDomain}` (`test.docker.localhost`):
0 commit comments