From 6f78ae9bbace12206df739b61dadc68928f78fbb Mon Sep 17 00:00:00 2001 From: Lu Baumann Date: Fri, 20 Oct 2023 02:39:20 +0200 Subject: [PATCH] updated max uri length --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 10593d5..d943a81 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,9 +6,10 @@ services: - excalidraw environment: - KROKI_EXCALIDRAW_HOST=excalidraw + - KROKI_MAX_URI_LENGTH=1048576 ports: - "8080:8000" excalidraw: image: yuzutech/kroki-excalidraw expose: - - "8004" \ No newline at end of file + - "8004"