We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617ca93 commit c234980Copy full SHA for c234980
services/docker-compose.yml
@@ -240,7 +240,9 @@ services:
240
- "--entryPoints.metrics.address=:8082"
241
- "--metrics.prometheus.entryPoint=metrics"
242
- "--entryPoints.http.address=:80"
243
+ - "--entryPoints.http.forwardedHeaders.insecure"
244
- "--entryPoints.traefik_monitor.address=:8080"
245
+ - "--entryPoints.traefik_monitor.forwardedHeaders.insecure"
246
- "--providers.docker.endpoint=unix:///var/run/docker.sock"
247
- "--providers.docker.network=${SWARM_STACK_NAME}_default"
248
- "--providers.docker.swarmMode=true"
0 commit comments