Skip to content

traefik: pass client ip to container #236

Description

@Christophe999s

Thank you for the informative video's you keep posting!
I was having some issues with the client ip not being passed to my bitwarden container, and made these adjustments to the traefik docker-compose file:

version: '3.3'
     - target: 80
       published: 80
       protocol: tcp
       mode: host
     - target: 443
       published: 443
       protocol: tcp
       mode: host

Found the solution on https://dockerswarm.rocks/traefik/#getting-the-client-ip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions