1
0
Fork 0

Docs corrections

This commit is contained in:
emile 2015-09-22 10:50:33 +02:00
parent 3ae51bbb11
commit f743cd8bff
3 changed files with 15 additions and 8 deletions

View file

@ -46,6 +46,12 @@ It supports several backends ([Docker :whale:](https://www.docker.com/), [Mesos/
docker run -d -p 8080:8080 -p 80:80 -v $PWD/traefik.toml:/traefik.toml emilevauge/traefik
```
* From sources:
```
git clone https://github.com/EmileVauge/traefik
```
# Documentation
You can find the complete documentation [here](docs/index.md).