spelling(docs/content/routing/providers/docker.md)

This commit is contained in:
Filip Kszczot 2020-07-28 01:02:03 +02:00 committed by GitHub
parent bbbc18fd84
commit a6c6127e33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 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"
```