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