fix: Remove duplicate NATS store_dir and jetstream flags from compose

Config file already sets jetstream and store_dir. Duplicate CLI flags
cause NATS to exit with error.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Vantz Stockwell
2026-02-15 01:13:49 -05:00
parent 271c9f43fa
commit 68f399659b

View File

@@ -22,8 +22,6 @@ services:
image: nats:latest
container_name: corrosion-nats
command:
- "--jetstream"
- "--store_dir=/data"
- "--config=/etc/nats/nats.conf"
volumes:
- nats_data:/data