Skip to content
New issue

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

Container IP Lost #375

Closed
lizhengqiang opened this issue May 16, 2016 · 2 comments
Closed

Container IP Lost #375

lizhengqiang opened this issue May 16, 2016 · 2 comments

Comments

@lizhengqiang
Copy link

lizhengqiang commented May 16, 2016

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:

  • 80:80
  • 8080:8080
    volumes:
  • /dev/null:/traefik.toml
  • /var/run/docker.sock:/var/run/docker.sock
    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:
  • appConf=/go/src/h5-auth/config/test.toml
    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:
  • appConf=/go/src/h5-handler/config/test.toml
@emilevauge
Copy link
Member

Hi @lizhengqiang, sorry for the delay, what's is you issue exactly ? Is it linked to #487 ?

@lizhengqiang
Copy link
Author

a little long,haha

@traefik traefik locked and limited conversation to collaborators Sep 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants