fix(nats): correct CLI flags — use -js/-sd instead of --store_dir/--max_payload
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user