1
0
Fork 0

Synchronize documentation

This commit is contained in:
Julien Salleyron 2019-03-13 16:40:05 +01:00 committed by Traefiker Bot
parent 0cfaab02c0
commit 0ca2149408
3 changed files with 83 additions and 57 deletions

View file

@ -38,6 +38,9 @@ Attach labels to your containers and let Traefik do the rest!
```toml
[docker]
# swarm classic (1.12-)
# endpoint = "tcp://127.0.0.1:2375"
# docker swarm mode (1.12+)
endpoint = "tcp://127.0.0.1:2377"
swarmMode = true
```