Skip to content

Commit

Permalink
Make traefik trust proxy headers
Browse files Browse the repository at this point in the history
  • Loading branch information
dragounv committed Jan 7, 2025
1 parent f003ed6 commit ffb1158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/files/traefik/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
# The official v2 Traefik docker image
image: traefik:latest
# Enables the web UI and tells Traefik to listen to docker
command: --api.insecure=true --providers.docker
command: --api.insecure=true --providers.docker --entryPoints.web.address=:80 --entryPoints.web.forwardedHeaders.trustedIPs=10.5.1.133
ports:
# The HTTP port
- "443:80"
Expand Down

0 comments on commit ffb1158

Please sign in to comment.