From 9a29d86fbd4f72eecec4e42d896416e85c78a486 Mon Sep 17 00:00:00 2001 From: asepharyana Date: Tue, 21 Jul 2026 17:27:48 +0700 Subject: [PATCH] =?UTF-8?q?fix(nats):=20correct=20CLI=20flags=20=E2=80=94?= =?UTF-8?q?=20use=20-js/-sd=20instead=20of=20--store=5Fdir/--max=5Fpayload?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- infra/compose/nats.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infra/compose/nats.yml b/infra/compose/nats.yml index 8641189..18da71f 100644 --- a/infra/compose/nats.yml +++ b/infra/compose/nats.yml @@ -11,9 +11,9 @@ services: - '4222:4222' # client connections - '8222:8222' # HTTP monitor / health command: - - '--jetstream' - - '--store_dir=/data' - - '--max_payload=8MB' + - '-js' + - '-sd' + - '/data' volumes: - nats_data:/data healthcheck: