c0f1e74bed
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
7 lines
272 B
YAML
7 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
|