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:
@@ -22,8 +22,6 @@ services:
|
|||||||
image: nats:latest
|
image: nats:latest
|
||||||
container_name: corrosion-nats
|
container_name: corrosion-nats
|
||||||
command:
|
command:
|
||||||
- "--jetstream"
|
|
||||||
- "--store_dir=/data"
|
|
||||||
- "--config=/etc/nats/nats.conf"
|
- "--config=/etc/nats/nats.conf"
|
||||||
volumes:
|
volumes:
|
||||||
- nats_data:/data
|
- nats_data:/data
|
||||||
|
|||||||
Reference in New Issue
Block a user