mirror of
https://github.com/traefik/traefik.git
synced 2025-05-05 15:33:01 +00:00
7 lines
139 B
YAML
7 lines
139 B
YAML
whoami1:
|
|
image: traefik/whoami
|
|
labels:
|
|
- traefik.http.Routers.RouterMini.Rule=PathPrefix("/whoami")
|
|
- traefik.enable=true
|
|
|