mirror of
https://github.com/traefik/traefik.git
synced 2025-05-05 15:33:01 +00: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
|