mirror of
https://github.com/traefik/traefik.git
synced 2025-11-12 22:31:44 +01:00
8 lines
275 B
YAML
8 lines
275 B
YAML
whoami:
|
|
image: containous/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
|