Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Commit

Permalink
[DCK] Enable proxy buffering
Browse files Browse the repository at this point in the history
Apply odoo/odoo#20158 (comment) to avoid that issue, but for Traefik v1.7, which is the one supported here for now.

TT21841
  • Loading branch information
Jairo Llopis authored and yajo committed Feb 17, 2020
1 parent 01a4643 commit d23bf43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ services:
volumes:
- filestore:/var/lib/odoo:z
labels:
traefik.backend.buffering.retryExpression: IsNetworkError() && Attempts() < 5
traefik.docker.network: "inverseproxy_shared"
traefik.enable: "true"
traefik.frontend.passHostHeader: "true"
Expand Down

0 comments on commit d23bf43

Please sign in to comment.