From a6f496b38d6ad0eebb826f06fbdc491b0b1b6d4c Mon Sep 17 00:00:00 2001 From: Gianbelinche <39842759+gianbelinche@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:17:04 -0300 Subject: [PATCH] Format --- eigenda-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eigenda-integration.md b/eigenda-integration.md index 8666392b9000..85dac512d59f 100644 --- a/eigenda-integration.md +++ b/eigenda-integration.md @@ -18,7 +18,7 @@ da_client: eigenda-proxy: image: ghcr.io/layr-labs/eigenda-proxy ports: - - "4242:4242" + - '4242:4242' command: ./eigenda-proxy --addr 0.0.0.0 --port 4242 --memstore.enabled --eigenda-max-blob-length "2MiB" ```