We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2016-05-17 01:54:47:time="2016-05-16T17:54:47Z" level=debug msg="Last docker config received more than 2s, OK" 2016-05-17 01:54:47:time="2016-05-16T17:54:47Z" level=debug msg="Wiring frontend "frontend-Host-handler-test-mengxiaozhu-cn" to entryPoint http" 2016-05-17 01:54:47:time="2016-05-16T17:54:47Z" level=debug msg="Creating frontend "frontend-Host-handler-test-mengxiaozhu-cn"" 2016-05-17 01:54:47:time="2016-05-16T17:54:47Z" level=debug msg="Creating server server-h5-handler-auth-test_auth_1 at http://:8080 with weight 1" 2016-05-17 01:54:47:time="2016-05-16T17:54:47Z" level=debug msg="Creating backend backend-auth" 2016-05-17 01:54:47:time="2016-05-16T17:54:47Z" level=debug msg="Creating route "route-frontend-Host-auth-test-mengxiaozhu-cn" Host:auth.test.mengxiaozhu.cn" 2016-05-17 01:54:47:time="2016-05-16T17:54:47Z" level=debug msg="Creating frontend "frontend-Host-auth-test-mengxiaozhu-cn"" 2016-05-17 01:54:47:time="2016-05-16T17:54:47Z" level=debug msg="Creating load-balancer wrr" 2016-05-17 01:54:47:time="2016-05-16T17:54:47Z" level=debug msg="Wiring frontend "frontend-Host-auth-test-mengxiaozhu-cn" to entryPoint http" 2016-05-17 01:54:47:time="2016-05-16T17:54:47Z" level=debug msg="Creating route "route-frontend-Host-handler-test-mengxiaozhu-cn" Host:handler.test.mengxiaozhu.cn" 2016-05-17 01:54:47:time="2016-05-16T17:54:47Z" level=info msg="Server configuration reloaded on :80"
After is docker-compose
traefik: image: index.docker.io/library/traefik:latest command: --web --docker --docker.domain=test.mengxiaozhu.cn --logLevel=DEBUG ports:
The text was updated successfully, but these errors were encountered:
Hi @lizhengqiang, sorry for the delay, what's is you issue exactly ? Is it linked to #487 ?
Sorry, something went wrong.
a little long,haha
No branches or pull requests
2016-05-17 01:54:47:time="2016-05-16T17:54:47Z" level=debug msg="Last docker config received more than 2s, OK"
2016-05-17 01:54:47:time="2016-05-16T17:54:47Z" level=debug msg="Wiring frontend "frontend-Host-handler-test-mengxiaozhu-cn" to entryPoint http"
2016-05-17 01:54:47:time="2016-05-16T17:54:47Z" level=debug msg="Creating frontend "frontend-Host-handler-test-mengxiaozhu-cn""
2016-05-17 01:54:47:time="2016-05-16T17:54:47Z" level=debug msg="Creating server server-h5-handler-auth-test_auth_1 at http://:8080 with weight 1"
2016-05-17 01:54:47:time="2016-05-16T17:54:47Z" level=debug msg="Creating backend backend-auth"
2016-05-17 01:54:47:time="2016-05-16T17:54:47Z" level=debug msg="Creating route "route-frontend-Host-auth-test-mengxiaozhu-cn" Host:auth.test.mengxiaozhu.cn"
2016-05-17 01:54:47:time="2016-05-16T17:54:47Z" level=debug msg="Creating frontend "frontend-Host-auth-test-mengxiaozhu-cn""
2016-05-17 01:54:47:time="2016-05-16T17:54:47Z" level=debug msg="Creating load-balancer wrr"
2016-05-17 01:54:47:time="2016-05-16T17:54:47Z" level=debug msg="Wiring frontend "frontend-Host-auth-test-mengxiaozhu-cn" to entryPoint http"
2016-05-17 01:54:47:time="2016-05-16T17:54:47Z" level=debug msg="Creating route "route-frontend-Host-handler-test-mengxiaozhu-cn" Host:handler.test.mengxiaozhu.cn"
2016-05-17 01:54:47:time="2016-05-16T17:54:47Z" level=info msg="Server configuration reloaded on :80"
After is docker-compose
traefik:
image: index.docker.io/library/traefik:latest
command: --web --docker --docker.domain=test.mengxiaozhu.cn --logLevel=DEBUG
ports:
volumes:
labels:
traefik.enable: 'false'
auth:
image: daocloud.io/mouge/h5-auth-test:master-9acb4b2
restart: always
labels:
traefik.backend: auth
traefik.frontend.rule: Host:auth.test.mengxiaozhu.cn
environment:
handler:
image: daocloud.io/mouge/h5-handler-test:master-295a427
restart: always
labels:
traefik.backend: handler
traefik.frontend.rule: Host:handler.test.mengxiaozhu.cn
environment:
The text was updated successfully, but these errors were encountered: