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
- '8222:8222' # HTTP monitor / health
command:
- '--jetstream'
- '--store_dir=/data'
- '--max_payload=8MB'
- '-js'
- '-sd'
- '/data'
volumes:
- nats_data:/data
healthcheck: