mirror of
https://github.com/traefik/traefik.git
synced 2026-05-05 20:36:20 +02:00
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
|