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
|
- '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:
|
||||||
|
|||||||
Reference in New Issue
Block a user