Skip to content

Traefik cannot find the docker socket proxy #2

Closed Answered by pisaia01
pisaia01 asked this question in Q&A
Discussion options

You must be logged in to vote

managed to solve it. I have changed the network part from this

docker-proxynet:
    driver: bridge
    internal: true
    ipam:
      config:
        - subnet: "172.29.0.0/24"
          gateway: "172.29.0.1"

to this

docker-proxynet:
    name: docker-proxynet
    driver: bridge
    ipam:
      config:
        - subnet: "172.29.0.0/24"

and now it works

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@pisaia01
Comment options

@pisaia01
Comment options

Comment options

You must be logged in to vote
2 replies
@pisaia01
Comment options

@pisaia01
Comment options

Answer selected by wollomatic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants