feat(Traefik): Ajout d'une règle...

https://docs.traefik.io/v2.0/routing/entrypoints/#forwarded-header
This commit is contained in:
Simon 2020-09-03 11:39:57 +02:00
parent 83fca3bdbd
commit 022ac3a20d
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ services:
- --providers.docker.network=${TRAEFIK_NETWORK_NAME}
- --entrypoints.web.address=:80
- --entryPoints.web.forwardedHeaders.insecure
labels:
traefik.enable: 'true'