fix(nats): correct CLI flags — use -js/-sd instead of --store_dir/--max_payload

This commit is contained in:
asepharyana
2026-07-21 17:27:48 +07:00
parent ea168b4b20
commit 9a29d86fbd
+3 -3
View File
@@ -11,9 +11,9 @@ services:
- '4222:4222' # client connections - '4222:4222' # client connections
- '8222:8222' # HTTP monitor / health - '8222:8222' # HTTP monitor / health
command: command:
- '--jetstream' - '-js'
- '--store_dir=/data' - '-sd'
- '--max_payload=8MB' - '/data'
volumes: volumes:
- nats_data:/data - nats_data:/data
healthcheck: healthcheck: