mirror of
https://github.com/containous/traefik.git
synced 2025-01-25 06:03:49 +03:00
8 lines
275 B
YAML
8 lines
275 B
YAML
whoami:
|
|
image: traefik/whoami
|
|
labels:
|
|
- traefik.http.routers.route1.rule=PathPrefix(`/foo`)
|
|
- traefik.http.routers.route1.middlewares=passtls
|
|
- traefik.http.routers.route1.tls=true
|
|
- traefik.http.middlewares.passtls.passtlsclientcert.pem=true
|