mirror of
https://github.com/traefik/traefik
synced 2026-02-10 13:28:11 +00:00
8 lines
255 B
YAML
8 lines
255 B
YAML
traefik:
|
|
image: traefik
|
|
command: --web --rancher --rancher.domain=rancher.localhost --rancher.endpoint=http://example.com --rancher.accesskey=XXXXXXX --rancher.secretkey=YYYYYY --logLevel=DEBUG
|
|
ports:
|
|
- "80:80"
|
|
- "443:443"
|
|
- "8080:8080"
|