Fix Service Fabric docs to use v1.6 labels

Fix docs to use v1.6 labels rather than v1.5.
This commit is contained in:
Joni Collinge 2018-04-19 15:30:10 +01:00 committed by Ludovic Fernandez
parent 36dcfbfe2d
commit 05968eb232

View file

@ -61,7 +61,7 @@ Here is an example of an extension setting Træfik labels:
<Extension Name="Traefik">
<Labels xmlns="http://schemas.microsoft.com/2015/03/fabact-no-schema">
<Label Key="traefik.frontend.rule.example2">PathPrefixStrip: /a/path/to/strip</Label>
<Label Key="traefik.expose">true</Label>
<Label Key="traefik.enable">true</Label>
<Label Key="traefik.frontend.passHostHeader">true</Label>
</Labels>
</Extension>