1
0
Fork 0

Docs: Adding warnings and solution about the configuration exposure

This commit is contained in:
Damien Duportal 2018-08-20 12:02:03 +02:00 committed by Traefiker Bot
parent a7bb768e98
commit f062ee80c8
2 changed files with 24 additions and 1 deletions

View file

@ -86,6 +86,10 @@ services:
- /var/run/docker.sock:/var/run/docker.sock # So that Traefik can listen to the Docker events
```
!!! warning
Enabling the Web UI with the `--api` flag might exposes configuration elements. You can read more about this on the [API/Dashboard's Security section](/configuration/api#security).
**That's it. Now you can launch Træfik!**
Start your `reverse-proxy` with the following command: