mirror of
https://github.com/traefik/traefik.git
synced 2026-06-18 11:29:50 +03:00
c0f1e74bed
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
11 lines
202 B
YAML
11 lines
202 B
YAML
whoami1:
|
|
image: traefik/whoami
|
|
labels:
|
|
- traefik.enable=true
|
|
- traefik.http.routers.router1.rule=PathPrefix("/whoami")
|
|
|
|
whoami2:
|
|
image: traefik/whoami
|
|
labels:
|
|
- traefik.enable=false
|