1
0
Fork 0

Merge branch v2.2 into v2.3

This commit is contained in:
Fernandez Ludovic 2020-07-28 17:50:35 +02:00
commit 675655d437
5 changed files with 87 additions and 3 deletions

View file

@ -535,7 +535,7 @@ You can declare UDP Routers and/or Services using labels.
my-container:
# ...
labels:
- "traefik.udp.routers.my-router.entrypoint=udp"
- "traefik.udp.routers.my-router.entrypoints=udp"
- "traefik.udp.services.my-service.loadbalancer.server.port=4123"
```