1
0
Fork 0

Remove web provider in example

This commit is contained in:
pigletfly 2018-02-05 22:04:02 +08:00 committed by Traefiker
parent ce3c72e9d9
commit c0563f1a39
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
traefik:
image: traefik
command: --web --rancher --rancher.domain=rancher.localhost --rancher.endpoint=http://example.com --rancher.accesskey=XXXXXXX --rancher.secretkey=YYYYYY --logLevel=DEBUG
command: --api --rancher --rancher.domain=rancher.localhost --rancher.endpoint=http://example.com --rancher.accesskey=XXXXXXX --rancher.secretkey=YYYYYY --logLevel=DEBUG
ports:
- "80:80"
- "443:443"