updated max uri length

This commit is contained in:
Lu Baumann 2023-10-20 02:39:20 +02:00 committed by GitHub
parent 0c4563b5be
commit 6f78ae9bba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,10 @@ services:
- excalidraw - excalidraw
environment: environment:
- KROKI_EXCALIDRAW_HOST=excalidraw - KROKI_EXCALIDRAW_HOST=excalidraw
- KROKI_MAX_URI_LENGTH=1048576
ports: ports:
- "8080:8000" - "8080:8000"
excalidraw: excalidraw:
image: yuzutech/kroki-excalidraw image: yuzutech/kroki-excalidraw
expose: expose:
- "8004" - "8004"