From d973a3f0138f3d4a10911427fb92567369a060cc Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Fri, 6 Mar 2026 16:24:01 +0100 Subject: [PATCH] buffer size --- privatebin/compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/privatebin/compose.yaml b/privatebin/compose.yaml index 0cf032d..2aaa182 100644 --- a/privatebin/compose.yaml +++ b/privatebin/compose.yaml @@ -9,6 +9,8 @@ services: - traefik.http.routers.privatebin.rule=Host(`secrets.marijndoeve.nl`) - traefik.http.routers.privatebin.entrypoints=websecure - traefik.http.routers.privatebin.tls.certresolver=marijndoeve + - "traefik.http.middlewares.limit.buffering.maxRequestBodyBytes=204857600" + networks: - web environment: