mirror of
https://github.com/traefik/traefik.git
synced 2026-05-05 12:26:25 +02:00
8 lines
272 B
YAML
8 lines
272 B
YAML
whoami:
|
|
image: traefik/whoami
|
|
labels:
|
|
- traefik.http.routers.route1.rule=PathPrefix(`/`)
|
|
- traefik.http.routers.route1.middlewares=passtls
|
|
- traefik.http.routers.route1.tls=true
|
|
- traefik.http.middlewares.passtls.passtlsclientcert.pem=true
|