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>
7 lines
193 B
YAML
7 lines
193 B
YAML
server1:
|
|
image: traefik/whoami
|
|
labels:
|
|
- traefik.enable=true
|
|
- traefik.http.services.service1.loadbalancer.server.port=80
|
|
- traefik.http.routers.router1.rule=Host("github.com")
|