4a68d29ce2
Co-authored-by: Gérald Croës <gerald@containo.us>
10 lines
208 B
YAML
10 lines
208 B
YAML
whoami1:
|
|
image: containous/whoami
|
|
labels:
|
|
- traefik.enable=true
|
|
- traefik.http.routers.router1.rule=PathPrefix("/whoami")
|
|
|
|
whoami2:
|
|
image: containous/whoami
|
|
labels:
|
|
- traefik.enable=false
|